first commit
CI / testsuite (push) Successful in 3m13s
CI / Coding Standard & Static Analysis (push) Failing after 4m10s

This commit is contained in:
bs
2026-09-15 02:04:11 -07:00
commit 5c3b21193e
102 changed files with 10522 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
</IfModule>