OSDN Git Service

Small bug fix. :P
[idb/iDB.git.git] / .htaccess
1  <FilesMatch "settings.php">
2     Order Deny,Allow
3     Deny from all
4     Satisfy All
5  </FilesMatch>
6
7  <FilesMatch "settingsbak.php">
8     Order Deny,Allow
9     Deny from all
10     Satisfy All
11  </FilesMatch>