note of perms

This commit is contained in:
Shish 2012-03-12 17:30:33 +00:00
parent 0e262f5500
commit 02428a17f5

View File

@ -29,6 +29,9 @@ class UserClass {
}
}
// action_object_attribute
// action = create / view / edit / delete
// object = image / user / tag / setting
$_user_class_base = new UserClass("base", null, array(
"change_setting" => False, # modify web-level settings, eg the config table
"override_config" => False, # modify sys-level settings, eg config.php