root/usr/local/lib/php.ini @ 94743d1d
1 |
magic_quotes_gpc = Off |
---|---|
2 |
max_execution_time = 0 |
3 |
max_input_time = 360 |
4 |
register_argc_argv = Off |
5 |
file_uploads = On |
6 |
upload_tmp_dir = /tmp |
7 |
upload_max_filesize = 16M |
8 |
post_max_size = 17M |
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" |