mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix temporary permissions
This commit is contained in:
@@ -211,9 +211,9 @@ if (!class_exists('permissions')) {
|
||||
//examples
|
||||
/*
|
||||
//add the permission
|
||||
$p = new permissions;
|
||||
$p = permissions::new();
|
||||
$p->add($permission);
|
||||
//delete the permission
|
||||
$p = new permissions;
|
||||
$p = permissions::new();
|
||||
$p->delete($permission);
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user