diff options
author | Scott Ullrich <sullrich@pfSense.org> | 2010-01-21 19:22:30 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfSense.org> | 2010-01-21 19:22:30 -0500 |
commit | c720fffc9433b28aef294cce85710077b7f91b1e (patch) | |
tree | ad080de432bc7f53b4b3f2f4a7231009316eb3e9 /etc | |
parent | 0089af7c1eccf2abc01762d600491e0813704582 (diff) | |
download | pfsense-c720fffc9433b28aef294cce85710077b7f91b1e.zip pfsense-c720fffc9433b28aef294cce85710077b7f91b1e.tar.gz |
Set set_time_limit
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.php_ini_setup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup index ecefefc..6c48881 100755 --- a/etc/rc.php_ini_setup +++ b/etc/rc.php_ini_setup @@ -137,6 +137,7 @@ implicit_flush = true magic_quotes_gpc = Off max_execution_time = 99999999 max_input_time = 99999999 +set_time_limit = 0 register_argc_argv = On file_uploads = On upload_tmp_dir = ${UPLOADTMPDIR} |