aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/.htaccess9
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>