set no time limit
This commit is contained in:
parent
3edc580c14
commit
0fc75d13f5
|
@ -170,6 +170,7 @@ class Admin_DownController extends Zend_Controller_Action
|
||||||
//离线数据申请管理
|
//离线数据申请管理
|
||||||
function offlineappAction()
|
function offlineappAction()
|
||||||
{
|
{
|
||||||
|
set_time_limit(0);
|
||||||
include_once("Dataorder.php");
|
include_once("Dataorder.php");
|
||||||
$DO = new Dataorder($this->db);
|
$DO = new Dataorder($this->db);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue