Update sip_profile_edit.php

This commit is contained in:
FusionPBX
2017-08-23 20:44:37 -06:00
committed by GitHub
parent 50044bea00
commit 5e3c8253cf

View File

@@ -158,13 +158,10 @@
$cache = new cache;
$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();
//apply settings reminder
//apply settings reminder
$_SESSION["reload_xml"] = true;
//redirect the user