diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-04-26 23:58:33 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-04-26 23:58:33 +0000 |
commit | b8c56a9edbd238cfcedf8f2a3dc58b717ae715a8 (patch) | |
tree | 70947aaaeb2c5d3e47a34a056c4afbf426ac3670 /usr/local/etc/php.ini | |
parent | ad58a44a78b88b202819501fdc97f8688bf6ec89 (diff) | |
download | pfsense-b8c56a9edbd238cfcedf8f2a3dc58b717ae715a8.zip pfsense-b8c56a9edbd238cfcedf8f2a3dc58b717ae715a8.tar.gz |
Update maximum post size to 90 megs
Diffstat (limited to 'usr/local/etc/php.ini')
-rw-r--r-- | usr/local/etc/php.ini | 4 |
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 |