initial commit

This commit is contained in:
2015-09-28 00:35:10 +02:00
commit 8d9d3758c3
31 changed files with 20647 additions and 0 deletions

9
.htaccess Normal file
View File

@ -0,0 +1,9 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?url=$1 [QSA,PT,L]
</IfModule>