This commit is contained in:
2019-02-11 17:36:40 +01:00
parent 14a732c31e
commit df674a7ec5
18 changed files with 344 additions and 62 deletions

4
.htaccess Normal file
View File

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