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
|
class boconfig
|
||||||
{
|
{
|
||||||
var $public_functions = array(
|
var $public_functions = array();
|
||||||
);
|
|
||||||
|
|
||||||
var $xml_functions = array();
|
var $xml_functions = array();
|
||||||
|
|
||||||
@ -63,10 +62,12 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// xmlrpc functions
|
// xmlrpc functions
|
||||||
|
|
||||||
function rpc_values($data)
|
function rpc_values($data)
|
||||||
{
|
{
|
||||||
|
exit;
|
||||||
|
|
||||||
$newsettings = $data['newsettings'];
|
$newsettings = $data['newsettings'];
|
||||||
if (!$data['appname'])
|
if (!$data['appname'])
|
||||||
{
|
{
|
||||||
@ -93,6 +94,5 @@
|
|||||||
$conf->save_repository();
|
$conf->save_repository();
|
||||||
return True;
|
return True;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user