summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-06 18:41:07 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-06 18:41:07 +0000
commit609384f6cd9c0092120e198b110e203672d86dd0 (patch)
tree68c2e69d32cda79bd2343fec0d2a92a2c59ce5a5
parent2e0bd0ad071a75d377b688707b4eac294a62a77e (diff)
downloadpfsense-609384f6cd9c0092120e198b110e203672d86dd0.zip
pfsense-609384f6cd9c0092120e198b110e203672d86dd0.tar.gz
Bump maximum upload size to 16 megs
-rw-r--r--usr/local/lib/php.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/lib/php.ini b/usr/local/lib/php.ini
index 3145b15..88a74fa 100644
--- a/usr/local/lib/php.ini
+++ b/usr/local/lib/php.ini
@@ -1,10 +1,10 @@
magic_quotes_gpc = Off
max_execution_time = 0
-max_input_time = 180
+max_input_time = 360
register_argc_argv = Off
file_uploads = On
upload_tmp_dir = /ftmp
-upload_max_filesize = 6M
-post_max_size = 7M
+upload_max_filesize = 16M
+post_max_size = 17M
html_errors = Off
include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal"
OpenPOWER on IntegriCloud