This commit is contained in:
2019-03-02 15:54:10 +01:00
parent bc8fba19d4
commit 17f223d517
32 changed files with 366 additions and 288 deletions

4
src/.htaccess Normal file
View File

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