summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 7a803b2..02170ca 100644
--- a/.htaccess
+++ b/.htaccess
@@ -9,7 +9,7 @@ php_value open_basedir /var/www/board
php_value safe_mode_exec_dir /var/empty
</IfModule>
-<FilesMatch "^database.*$">
+<FilesMatch "^(database.*|remind.php)$">
Order Deny,Allow
Deny from all
</FilesMatch>