more permissions work

This commit is contained in:
redmatrix
2016-07-09 21:08:02 -07:00
parent 917a465ccd
commit c9db8c6857
5 changed files with 39 additions and 21 deletions

View File

@@ -99,7 +99,7 @@ function del_aconfig($account_id, $family, $key) {
function load_abconfig($chan,$xhash) {
Zlib\AbConfig::Load($chan,$xhash);
return Zlib\AbConfig::Load($chan,$xhash);
}
function get_abconfig($chan,$xhash,$family,$key) {