first commit

This commit is contained in:
2024-04-19 14:04:41 +07:00
commit 014283036f
7282 changed files with 1324127 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
php_flag display_errors off
php_value memory_limit 2048M
php_value max_input_vars 20000
Header always unset X-Frame-Options
# Disable directory browsing
Options -Indexes
<FilesMatch "^\.">
Require all denied
</FilesMatch>
<Files *.txt>
ForceType applicaton/octet-stream
</Files>
<Files composer.*>
Require all denied
</Files>