Update provider_setup.php

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

View File

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