Add the main admin, dosen, mahasiswa, API, and service code needed to run the core legacy application with configurable upload storage.
16 lines
570 B
INI
16 lines
570 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)
|
|
[PHP]
|
|
display_errors = Off
|
|
max_execution_time = 60
|
|
max_input_time = 60
|
|
max_input_vars = 1000
|
|
memory_limit = 512M
|
|
post_max_size = 8M
|
|
session.gc_maxlifetime = 604800
|
|
session.save_path = "/tmp/spota_sessions"
|
|
upload_max_filesize = 8M
|
|
zlib.output_compression = Off
|