mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
14 lines
473 B
INI
14 lines
473 B
INI
magic_quotes_gpc = Off
|
|
max_execution_time = 99999999
|
|
max_input_time = 99999999
|
|
register_argc_argv = On
|
|
file_uploads = On
|
|
upload_tmp_dir = /tmp
|
|
upload_max_filesize = 100M
|
|
post_max_size = 100M
|
|
html_errors = Off
|
|
include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal"
|
|
extension=upload_progress_tracking.so
|
|
upload_progress_tracking.store_method = "file"
|
|
upload_progress_tracking.file = 1
|
|
upload_progress_tracking.file.filename_template = "/tmp/uploadbar/upl_%s.txt" |