取消默认的时间限制

This commit is contained in:
wlx 2014-03-26 02:20:49 +00:00
parent f74c9bde98
commit ef9948332e
1 changed files with 1 additions and 0 deletions

View File

@ -2310,6 +2310,7 @@ class Admin_DataController extends Zend_Controller_Action
$ac = $this->_request->getParam('ac'); $ac = $this->_request->getParam('ac');
$uuid = $this->_request->getParam('uuid'); $uuid = $this->_request->getParam('uuid');
set_time_limit(0);
$auth = Zend_Auth::getInstance(); $auth = Zend_Auth::getInstance();
if($auth->hasIdentity()) if($auth->hasIdentity())