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