Initial commit of InstallWizardController
This commit is contained in:
parent
e8950c8815
commit
298d8630f3
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
class InstallWizardController extends Zend_Controller_Action {
|
||||
public function init() {
|
||||
$this->view->layout()->disableLayout();
|
||||
$this->_helper->viewRenderer->setNoRender(true);
|
||||
}
|
||||
|
||||
public function runAirtimeConfigurationAction() {
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue