Upgrade script testing
This commit is contained in:
parent
b348286448
commit
3ebf9e56dd
|
@ -9,13 +9,13 @@ 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;
|
||||||
}*/
|
}
|
||||||
|
|
||||||
//Begin upgrade
|
//Begin upgrade
|
||||||
$filename = isset($_SERVER['AIRTIME_CONF']) ? $_SERVER['AIRTIME_CONF'] : "/etc/airtime/airtime.conf";
|
$filename = isset($_SERVER['AIRTIME_CONF']) ? $_SERVER['AIRTIME_CONF'] : "/etc/airtime/airtime.conf";
|
||||||
|
|
Loading…
Reference in New Issue