root/usr/local/etc/php.ini @ 22ef7302
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 = 90M |
8 |
post_max_size = 90M |
9 |
html_errors = Off |
10 |
include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal" |