Add SPOTA core PHP application
Add the main admin, dosen, mahasiswa, API, and service code needed to run the core legacy application with configurable upload storage.
This commit is contained in:
16
php.ini
Normal file
16
php.ini
Normal file
@@ -0,0 +1,16 @@
|
||||
; 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
|
||||
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
|
||||
Reference in New Issue
Block a user