pfsense/usr/local/etc/php.ini
Scott Ullrich c0c8d62c3a * Raise upload max filesize to 16M
* Raise post_max_size to 15M
2005-02-25 17:30:52 +00:00

11 lines
264 B
INI

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"