Streamlined response message for: Default Settings, SIP Status

This commit is contained in:
Nate Jones
2014-02-21 00:17:28 +00:00
parent 7ec1d651cd
commit a6892102cb
3 changed files with 9 additions and 21 deletions
+2 -1
View File
@@ -85,7 +85,8 @@ else {
echo $response;
}
else {
header("Location: sip_status.php?savemsg=".urlencode($response));
$_SESSION["message"] = $response;
header("Location: sip_status.php");
}
?>