mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 10:11:38 +09:00
#18634901 : add set_time_limit for installation
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7231 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cfc530276b
commit
79719a4556
1 changed files with 1 additions and 0 deletions
|
|
@ -111,6 +111,7 @@
|
|||
|
||||
function procAutoinstallAdminPackageinstall()
|
||||
{
|
||||
set_time_limit(0);
|
||||
$package_srls = Context::get('package_srl');
|
||||
$oModel =& getModel('autoinstall');
|
||||
$packages = explode(',', $package_srls);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue