diff --git a/system/.htaccess b/system/.htaccess deleted file mode 100644 index 0e7aa2f..0000000 --- a/system/.htaccess +++ /dev/null @@ -1,9 +0,0 @@ -Options -Indexes - -RewriteEngine On -RewriteBase / - -RewriteCond %{REQUEST_URI} !/system\.php [NC] -RewriteCond %{REQUEST_FILENAME} !-f -RewriteCond %{REQUEST_FILENAME} !-d -RewriteRule ^([^/][a-zA-Z0-9./]+)$ system.php?id=$1 [L] diff --git a/system/system.php b/system/system.php deleted file mode 100644 index f150963..0000000 --- a/system/system.php +++ /dev/null @@ -1,10 +0,0 @@ -