Files
wticreatorstudio/php.ini
Fritz Ramirez 10d0c477c8 Initial commit
2024-02-12 22:54:20 -05:00

20 lines
830 B
INI

; 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)
upload_tmp_dir = "/home/studioppls/public_html/studio_temp"
sys_temp_dir = "/home/studioppls/public_html/studio_temp"
display_errors = On
max_execution_time = 1600
max_input_time = 1600
max_input_vars = 1000
max_file_uploads = 5007M
memory_limit = 2048M
post_max_size = 6001M
session.gc_maxlifetime = 1440
session.save_path = "/home/studioppls/public_html/studio_temp"
upload_max_filesize = 6000M
upload_tmp_dir = "/home/studioppls/tmp"
zlib.output_compression = On
file_uploads = On
open_basedir="/usr/local/bin/ffprobe"