First attempt at admin settings page with writeable database backend.
Currently broken due to PHP's transparent conversion of "." to "_" in POST variable names!
This commit is contained in:
10
webui/source/pages/admin/settings.php
Normal file
10
webui/source/pages/admin/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
$main = RippingCluster_Main::instance();
|
||||
$config = $main->config();
|
||||
|
||||
$settings = $config->enumerateAll();
|
||||
$this->smarty->assign('settings', $settings);
|
||||
$this->smarty->assign('config', $config);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user