Update access_control_delete.php
This commit is contained in:
parent
31c457d455
commit
15365b2b03
|
|
@ -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');
|
||||
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue