取消默认的时间限制
This commit is contained in:
parent
f74c9bde98
commit
ef9948332e
|
@ -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())
|
||||||
|
|
Loading…
Reference in New Issue