Update provider_delete.php

This commit is contained in:
FusionPBX
2017-08-25 12:46:20 -06:00
committed by GitHub
parent fa4a9685d8
commit 12ec6a580a

View File

@@ -57,7 +57,7 @@
messages::add($text['message-delete']);
//redirect the user
header("Location: index.php");
header("Location: providers.php");
return;
?>
?>