Upload code ppdb

This commit is contained in:
atuy
2026-06-26 13:37:55 +07:00
commit f6ff2d5d9d
3283 changed files with 1324422 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]