initial release

This commit is contained in:
2017-01-10 03:44:42 +01:00
commit 0198c2868f
6 changed files with 726 additions and 0 deletions

5
.htaccess Normal file
View File

@@ -0,0 +1,5 @@
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?m=$1