summaryrefslogtreecommitdiffstats
path: root/usr/local/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-25 17:30:52 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-25 17:30:52 +0000
commitc0c8d62c3aa06889d7b077e27e27e8c70a99d630 (patch)
treeff832d060415a4016034de63005afb03e425cd54 /usr/local/etc
parentf1bccb83e18c247fa277724a639f08260fdbb92d (diff)
downloadpfsense-c0c8d62c3aa06889d7b077e27e27e8c70a99d630.zip
pfsense-c0c8d62c3aa06889d7b077e27e27e8c70a99d630.tar.gz
* Raise upload max filesize to 16M
* Raise post_max_size to 15M
Diffstat (limited to 'usr/local/etc')
-rw-r--r--usr/local/etc/php.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/etc/php.ini b/usr/local/etc/php.ini
index 3145b15..45fbf7b 100644
--- a/usr/local/etc/php.ini
+++ b/usr/local/etc/php.ini
@@ -3,8 +3,8 @@ max_execution_time = 0
max_input_time = 180
register_argc_argv = Off
file_uploads = On
-upload_tmp_dir = /ftmp
-upload_max_filesize = 6M
-post_max_size = 7M
+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"
OpenPOWER on IntegriCloud