diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2005-01-13 23:36:56 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2005-01-13 23:36:56 +0000 |
commit | 2e4ae506a60fb062a5f93e71aa5bf3e0e8b6635e (patch) | |
tree | e0121b3afae5168fc98c3334ac62b123544b0779 /phpBB | |
parent | c68949ed37ec2dfdbf5dd389b19b2db0c49ddd6b (diff) | |
download | forums-2e4ae506a60fb062a5f93e71aa5bf3e0e8b6635e.tar forums-2e4ae506a60fb062a5f93e71aa5bf3e0e8b6635e.tar.gz forums-2e4ae506a60fb062a5f93e71aa5bf3e0e8b6635e.tar.bz2 forums-2e4ae506a60fb062a5f93e71aa5bf3e0e8b6635e.tar.xz forums-2e4ae506a60fb062a5f93e71aa5bf3e0e8b6635e.zip |
Just a precaution
git-svn-id: file:///svn/phpbb/trunk@5062 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/.htaccess | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/phpBB/.htaccess b/phpBB/.htaccess new file mode 100644 index 0000000000..41fb129175 --- /dev/null +++ b/phpBB/.htaccess @@ -0,0 +1,9 @@ +<Files "config.php"> +Order Allow,Deny +Deny from All +</Files> + +<Files "common.php"> +Order Allow,Deny +Deny from All +</Files> |