diff options
Diffstat (limited to '.htaccess')
-rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |