Update access_control_delete.php

This commit is contained in:
FusionPBX
2017-07-04 11:16:15 -06:00
committed by GitHub
parent 31c457d455
commit 15365b2b03

View File

@@ -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');
?>
?>