mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update access_control_delete.php
This commit is contained in:
@@ -39,8 +39,9 @@
|
||||
$prep_statement->execute();
|
||||
unset($sql);
|
||||
|
||||
// clear cache
|
||||
remove_config_from_cache('configuration:acl.conf');
|
||||
//clear the cache
|
||||
$cache = new cache;
|
||||
$cache->delete("configuration:acl.conf");
|
||||
}
|
||||
|
||||
//redirect the user
|
||||
@@ -48,4 +49,4 @@
|
||||
header('Location: access_controls.php');
|
||||
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user