Reformatted Bootstrap, added Station Suspended notice
This commit is contained in:
parent
28fc1cf2fc
commit
088ada1d2c
8 changed files with 109 additions and 61 deletions
|
@ -38,6 +38,9 @@ class ProvisioningController extends Zend_Controller_Action
|
|||
if ($_POST['description']) {
|
||||
Application_Model_Preference::SetStationDescription($_POST['description']);
|
||||
}
|
||||
if ($_POST['provisioning_status']) {
|
||||
Application_Model_Preference::setProvisioningStatus($_POST['provisioning_status']);
|
||||
}
|
||||
} catch (Exception $e) {
|
||||
$this->getResponse()
|
||||
->setHttpResponseCode(400)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue