First init as an backup of all the data. for the future use.

This commit is contained in:
2017-07-18 11:33:10 +02:00
commit f0f07b7ae7
9 changed files with 538 additions and 0 deletions

4
.htaccess Normal file
View File

@@ -0,0 +1,4 @@
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?path=$1 [NC,L,QSA]