first commit

This commit is contained in:
2025-08-02 16:30:27 +02:00
commit 23646bfcee
14851 changed files with 1750626 additions and 0 deletions

11
socket/.htaccess Normal file
View File

@@ -0,0 +1,11 @@
php_value memory_limit 1024M
php_value max_execution_time 90000
php_value post_max_size 150M
php_value upload_max_filesize 150M
php_value max_input_time 90000
#php_value display_errors 1
php_value log_errors true
#php_value error_reporting 6143