Update sip_profile_edit.php
This commit is contained in:
@@ -158,13 +158,10 @@
|
|||||||
$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
|
//save the sip profile xml
|
||||||
messages::add($text['message-update']);
|
|
||||||
header("Location: sip_profiles.php");
|
|
||||||
|
|
||||||
//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;
|
||||||
|
|
||||||
//redirect the user
|
//redirect the user
|
||||||
|
|||||||
Reference in New Issue
Block a user