Update access_control_delete.php
This commit is contained in:
@@ -39,8 +39,9 @@
|
|||||||
$prep_statement->execute();
|
$prep_statement->execute();
|
||||||
unset($sql);
|
unset($sql);
|
||||||
|
|
||||||
// clear cache
|
//clear the cache
|
||||||
remove_config_from_cache('configuration:acl.conf');
|
$cache = new cache;
|
||||||
|
$cache->delete("configuration:acl.conf");
|
||||||
}
|
}
|
||||||
|
|
||||||
//redirect the user
|
//redirect the user
|
||||||
@@ -48,4 +49,4 @@
|
|||||||
header('Location: access_controls.php');
|
header('Location: access_controls.php');
|
||||||
|
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user