diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-04-16 23:06:01 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-04-16 23:06:01 +0000 |
commit | 22fbc24c55af210f3ccc80297ff60bd850de04a0 (patch) | |
tree | d3946b67106d90b722d21014ad13282a11ceb209 /usr/local/etc | |
parent | 3fcb0b7486e2d981bf17e276eed1a755b19c6785 (diff) | |
download | pfsense-22fbc24c55af210f3ccc80297ff60bd850de04a0.zip pfsense-22fbc24c55af210f3ccc80297ff60bd850de04a0.tar.gz |
Raise maximum upload size to 50 megs.
Diffstat (limited to 'usr/local/etc')
-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 efc802f..8d75f39 100644 --- a/usr/local/etc/php.ini +++ b/usr/local/etc/php.ini @@ -4,8 +4,8 @@ max_input_time = 180 register_argc_argv = Off file_uploads = On upload_tmp_dir = /tmp -upload_max_filesize = 16M -post_max_size = 15M +upload_max_filesize = 50M +post_max_size = 50M html_errors = Off include_path = ".:/etc/inc:/usr/local/www:/usr/local/captiveportal" extension=upload_progress_tracking.so |