initial commit

This commit is contained in:
2026-06-25 13:03:45 +06:00
commit 4589f4a8d0
3229 changed files with 941958 additions and 0 deletions

13
.htaccess Normal file
View File

@@ -0,0 +1,13 @@
AddType image/svg+xml svg svgz
AddEncoding gzip svgz
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^$ app/webroot/ [L]
RewriteRule (.*) app/webroot/$1 [L]
php_value max_execution_time 1800
php_value max_input_vars 50000
php_value post_max_size 256M
</IfModule>