Update access_control_delete.php

This commit is contained in:
FusionPBX 2017-07-04 11:16:15 -06:00 committed by GitHub
parent 5e8901318a
commit 52924420a7
1 changed files with 4 additions and 3 deletions

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