first commit

This commit is contained in:
Ritikesh yadav
2024-03-28 14:52:40 +05:30
commit c661166e1d
4382 changed files with 2465295 additions and 0 deletions

18
php.ini Normal file
View File

@@ -0,0 +1,18 @@
; cPanel-generated php ini directives, do not edit
; Manual editing of this file may result in unexpected behavior.
; To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
; For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
allow_url_fopen = On
display_errors = Off
enable_dl = Off
file_uploads = On
max_execution_time = 300
max_input_time = 60
max_input_vars = 1000
memory_limit = 320M
post_max_size = 20M
session.gc_maxlifetime = 3440
session.save_path = "/var/cpanel/php/sessions/ea-php81"
upload_max_filesize = 20M
zlib.output_compression = Off