set no time limit

This commit is contained in:
wlx 2013-09-27 08:10:03 +00:00
parent 3edc580c14
commit 0fc75d13f5
1 changed files with 3 additions and 2 deletions

View File

@ -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);