sys is pointless now
This commit is contained in:
parent
738029a101
commit
f5cae7ff57
2 changed files with 0 additions and 19 deletions
|
@ -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]
|
|
@ -1,10 +0,0 @@
|
|||
<?php
|
||||
/*
|
||||
* Sakura System
|
||||
*/
|
||||
|
||||
// Declare Namespace
|
||||
namespace Sakura;
|
||||
|
||||
// Include components
|
||||
require_once('/var/www/flashii.net/_sakura/sakura.php');
|
Reference in a new issue