add login and register

This commit is contained in:
hanyixuanten
2026-08-09 20:39:23 +08:00
parent 447cc628cc
commit 5cd26c9f02
10 changed files with 816 additions and 83 deletions
+1
View File
@@ -1,5 +1,6 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteCond %{REQUEST_URI} !index\.php$
RewriteRule .* index.php [L,QSA]
</IfModule>