SIP Profiles: Save xml and reload.

This commit is contained in:
Nate Jones
2015-01-22 01:07:37 +00:00
parent effccad74e
commit 3ff2d8173d

View File

@@ -48,6 +48,12 @@ else {
$db->exec(check_sql($sql));
unset($sql);
//save the sip profile xml
save_sip_profile_xml();
//apply settings reminder
$_SESSION["reload_xml"] = true;
$_SESSION["message"] = $text['message-update'];
header("Location: sip_profile_edit.php?id=".$_REQUEST['spid']);
exit;