diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-09-21 21:12:11 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-09-21 21:12:11 +0000 |
commit | 9ea9cdaa188d42dc7cceb08b784541cc36c14cae (patch) | |
tree | b2e3267b3e9f72f34c49d06d158e61a4e69da00f /usr | |
parent | c9f9573b4b9dd9617e353359c587048f1b06b28d (diff) | |
download | pfsense-9ea9cdaa188d42dc7cceb08b784541cc36c14cae.zip pfsense-9ea9cdaa188d42dc7cceb08b784541cc36c14cae.tar.gz |
register_argc_argv = On
Diffstat (limited to 'usr')
-rw-r--r-- | usr/local/lib/php.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/lib/php.ini b/usr/local/lib/php.ini index f0f5e85..d0b27e7 100644 --- a/usr/local/lib/php.ini +++ b/usr/local/lib/php.ini @@ -1,7 +1,7 @@ magic_quotes_gpc = Off max_execution_time = 99999999 max_input_time = 99999999 -register_argc_argv = Off +register_argc_argv = On file_uploads = On upload_tmp_dir = /tmp upload_max_filesize = 100M |