summaryrefslogtreecommitdiffstats
path: root/usr/local/etc/php.ini
blob: 83c6959f0a5a20a33169b666f551f14f87424cbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
magic_quotes_gpc = Off
max_execution_time = 0
max_input_time = 180
register_argc_argv = Off
file_uploads = On
upload_tmp_dir = /tmp
upload_max_filesize = 16M
post_max_size = 15M
html_errors = Off
include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal"
extension=upload_progress_tracking.so
php_value upload_progress_tracking.store_method "file"
php_value upload_progress_tracking.file 1
php_value upload_progress_tracking.file.filename_template "/tmp/uploadbar/upl_%s.txt"
OpenPOWER on IntegriCloud