remove possibility for any logged in user to edit app configs

This commit is contained in:
Miles Lott 2001-12-13 06:17:09 +00:00
parent 2767210843
commit 9895d0e161

View File

@ -14,8 +14,7 @@
class boconfig
{
var $public_functions = array(
);
var $public_functions = array();
var $xml_functions = array();
@ -67,6 +66,8 @@
function rpc_values($data)
{
exit;
$newsettings = $data['newsettings'];
if (!$data['appname'])
{
@ -93,6 +94,5 @@
$conf->save_repository();
return True;
}
}
?>