summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfSense.org>2010-01-21 19:19:08 -0500
committerScott Ullrich <sullrich@pfSense.org>2010-01-21 19:20:10 -0500
commit0089af7c1eccf2abc01762d600491e0813704582 (patch)
tree56c116929487872106811cbfec45fe37f8a16edd /usr/local/www/pkg_mgr_install.php
parentc4b4878c422bde2fb1d224043314dd503a0d8a4c (diff)
downloadpfsense-0089af7c1eccf2abc01762d600491e0813704582.zip
pfsense-0089af7c1eccf2abc01762d600491e0813704582.tar.gz
Increase execution time
Diffstat (limited to 'usr/local/www/pkg_mgr_install.php')
-rwxr-xr-xusr/local/www/pkg_mgr_install.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index 4076a72..f351a52 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -39,6 +39,8 @@
##|*MATCH=pkg_mgr_install.php*
##|-PRIV
+ini_set('max_execution_time', '0');
+
require("guiconfig.inc");
require_once("functions.inc");
require_once("filter.inc");
OpenPOWER on IntegriCloud