sys is pointless now

This commit is contained in:
flash 2015-03-29 05:34:05 +02:00
parent 738029a101
commit f5cae7ff57
2 changed files with 0 additions and 19 deletions

View file

@ -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]

View file

@ -1,10 +0,0 @@
<?php
/*
* Sakura System
*/
// Declare Namespace
namespace Sakura;
// Include components
require_once('/var/www/flashii.net/_sakura/sakura.php');