Update sip_profile_edit.php

This commit is contained in:
FusionPBX
2017-08-23 20:44:37 -06:00
committed by GitHub
parent 80a32fa9a3
commit dbfcf6b1bc
+1 -4
View File
@@ -158,12 +158,9 @@
$cache = new cache; $cache = new cache;
$cache->delete("configuration:sofia.conf:".$sip_profile_hostname); $cache->delete("configuration:sofia.conf:".$sip_profile_hostname);
//redirect the browser
messages::add($text['message-update']);
header("Location: sip_profiles.php");
//save the sip profile xml //save the sip profile xml
save_sip_profile_xml(); save_sip_profile_xml();
//apply settings reminder //apply settings reminder
$_SESSION["reload_xml"] = true; $_SESSION["reload_xml"] = true;