From 609384f6cd9c0092120e198b110e203672d86dd0 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 6 Mar 2005 18:41:07 +0000 Subject: Bump maximum upload size to 16 megs --- usr/local/lib/php.ini | 6 +++--- 1 file 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" -- cgit v1.1