This commit is contained in:
2025-12-02 17:00:29 +01:00
commit 78a0ffdf96
99 changed files with 10155 additions and 0 deletions

5
webroot/.htaccess Normal file
View File

@@ -0,0 +1,5 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>