forked from extern/egroupware
remove possibility for any logged in user to edit app configs
This commit is contained in:
parent
2767210843
commit
9895d0e161
@ -14,8 +14,7 @@
|
||||
|
||||
class boconfig
|
||||
{
|
||||
var $public_functions = array(
|
||||
);
|
||||
var $public_functions = array();
|
||||
|
||||
var $xml_functions = array();
|
||||
|
||||
@ -63,10 +62,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
// xmlrpc functions
|
||||
// xmlrpc functions
|
||||
|
||||
function rpc_values($data)
|
||||
{
|
||||
exit;
|
||||
|
||||
$newsettings = $data['newsettings'];
|
||||
if (!$data['appname'])
|
||||
{
|
||||
@ -93,6 +94,5 @@
|
||||
$conf->save_repository();
|
||||
return True;
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user