1
|
magic_quotes_gpc = Off
|
2
|
max_execution_time = 99999999
|
3
|
max_input_time = 99999999
|
4
|
register_argc_argv = Off
|
5
|
file_uploads = On
|
6
|
upload_tmp_dir = /tmp
|
7
|
upload_max_filesize = 100M
|
8
|
post_max_size = 100M
|
9
|
html_errors = Off
|
10
|
include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal"
|
11
|
extension=upload_progress_tracking.so
|
12
|
upload_progress_tracking.store_method = "file"
|
13
|
upload_progress_tracking.file = 1
|
14
|
upload_progress_tracking.file.filename_template = "/tmp/uploadbar/upl_%s.txt"
|