Initial commit

This commit is contained in:
2026-06-10 20:22:46 +07:00
commit 240728285f
11 changed files with 2795 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
DirectoryIndex index.php login.php
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^api/?$ api.php [L]