summaryrefslogtreecommitdiffstats
path: root/usr/local/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-04-26 23:58:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-04-26 23:58:33 +0000
commitb8c56a9edbd238cfcedf8f2a3dc58b717ae715a8 (patch)
tree70947aaaeb2c5d3e47a34a056c4afbf426ac3670 /usr/local/etc
parentad58a44a78b88b202819501fdc97f8688bf6ec89 (diff)
downloadpfsense-b8c56a9edbd238cfcedf8f2a3dc58b717ae715a8.zip
pfsense-b8c56a9edbd238cfcedf8f2a3dc58b717ae715a8.tar.gz
Update maximum post size to 90 megs
Diffstat (limited to 'usr/local/etc')
-rw-r--r--usr/local/etc/php.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/etc/php.ini b/usr/local/etc/php.ini
index 521dfe3..8509a80 100644
--- a/usr/local/etc/php.ini
+++ b/usr/local/etc/php.ini
@@ -4,8 +4,8 @@ max_input_time = 99999999
register_argc_argv = Off
file_uploads = On
upload_tmp_dir = /tmp
-upload_max_filesize = 50M
-post_max_size = 50M
+upload_max_filesize = 90M
+post_max_size = 90M
html_errors = Off
include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal"
extension=upload_progress_tracking.so
OpenPOWER on IntegriCloud