Upgrade script testing

This commit is contained in:
drigato 2014-04-16 17:28:55 -04:00
parent 456ac40fe6
commit b348286448
1 changed files with 2 additions and 2 deletions

View File

@ -9,9 +9,9 @@ class UpgradeController extends Zend_Controller_Action
$this->view->layout()->disableLayout(); $this->view->layout()->disableLayout();
$this->_helper->viewRenderer->setNoRender(true); $this->_helper->viewRenderer->setNoRender(true);
if (!$this->verifyAuth()) { /*if (!$this->verifyAuth()) {
return; return;
} }*/
/*if (!$this->verifyAirtimeVersion()) { /*if (!$this->verifyAirtimeVersion()) {
return; return;