diff options
Diffstat (limited to 'admin/.htaccess')
-rwxr-xr-x | admin/.htaccess | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/admin/.htaccess b/admin/.htaccess deleted file mode 100755 index d590e40..0000000 --- a/admin/.htaccess +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | RewriteEngine On | ||
2 | RewriteCond %{REQUEST_FILENAME} !index.php | ||
3 | RewriteCond %{REQUEST_FILENAME} !-d | ||
4 | RewriteRule (.*).php /admin/index.php?file=$1 [QSA,L] | ||