From 79719a4556c6c96cd464d05dcbd204c84f508343 Mon Sep 17 00:00:00 2001 From: haneul Date: Fri, 22 Jan 2010 06:19:39 +0000 Subject: [PATCH] #18634901 : add set_time_limit for installation git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7231 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/autoinstall/autoinstall.admin.controller.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/autoinstall/autoinstall.admin.controller.php b/modules/autoinstall/autoinstall.admin.controller.php index 75226b91f..cf3ed8848 100644 --- a/modules/autoinstall/autoinstall.admin.controller.php +++ b/modules/autoinstall/autoinstall.admin.controller.php @@ -111,6 +111,7 @@ function procAutoinstallAdminPackageinstall() { + set_time_limit(0); $package_srls = Context::get('package_srl'); $oModel =& getModel('autoinstall'); $packages = explode(',', $package_srls);