Added one of the hard coded options from the original config.php file
This commit is contained in:
parent
f4d2df3941
commit
22a73a3255
|
@ -58,6 +58,7 @@ class AppController extends Controller {
|
|||
foreach ($options as $key => $value) {
|
||||
Configure::write($key, $value);
|
||||
}
|
||||
Configure::write('SCALE_BASE', 100);
|
||||
if ($this->AppModel->daemonStatus()) {
|
||||
$this->set('daemonStatus', ('Running'));
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue