diff options
author | Igor Wiedler <igor@wiedler.ch> | 2012-07-26 15:56:55 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2012-07-26 15:58:26 +0200 |
commit | 8a264228d01215fe1020bf946fc95c804ba95450 (patch) | |
tree | 6f50bddc9c1d31618af5249d0fa546cc13b6c35f /phpBB/config | |
parent | 0f0622f625ca9fcf30a23de966fdb3829bfde4b4 (diff) | |
download | forums-8a264228d01215fe1020bf946fc95c804ba95450.tar forums-8a264228d01215fe1020bf946fc95c804ba95450.tar.gz forums-8a264228d01215fe1020bf946fc95c804ba95450.tar.bz2 forums-8a264228d01215fe1020bf946fc95c804ba95450.tar.xz forums-8a264228d01215fe1020bf946fc95c804ba95450.zip |
[feature/dic] Add trailing newline to htaccess
PHPBB3-10739
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/.htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/config/.htaccess b/phpBB/config/.htaccess index aa5afc1640..4128d345ab 100644 --- a/phpBB/config/.htaccess +++ b/phpBB/config/.htaccess @@ -1,4 +1,4 @@ <Files *> Order Allow,Deny Deny from All -</Files>
\ No newline at end of file +</Files> |