From 73fe61ab073e8fedc1e259be0185eca63e932c87 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Wed, 28 Aug 2019 13:08:34 -0600 Subject: [PATCH] Update sip_profile_edit.php --- app/sip_profiles/sip_profile_edit.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/sip_profiles/sip_profile_edit.php b/app/sip_profiles/sip_profile_edit.php index 7bc7c700e4..1543e9fada 100644 --- a/app/sip_profiles/sip_profile_edit.php +++ b/app/sip_profiles/sip_profile_edit.php @@ -173,7 +173,7 @@ if ($action == "update") { message::add($text['message-update']); } - header('Location: sip_profile_edit.php?id='.escape($sip_profile_uuid)); + header('Location: sip_profile_edit.php?id='.urlencode($sip_profile_uuid)); exit; } @@ -254,7 +254,7 @@ || permission_exists('inbound_route_add') || permission_exists('outbound_route_add') || permission_exists('time_condition_add')) { - echo " \n"; + echo " \n"; } echo " "; echo "\n"; @@ -291,8 +291,8 @@ if (is_uuid($row["sip_profile_uuid"])) { $sip_profile_uuid = $row["sip_profile_uuid"]; } - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; echo " \n"; echo "   \n"; echo " \n"; @@ -336,7 +336,7 @@ echo " \n"; echo " \n"; if (strlen($row["sip_profile_domain_name"]) > 0) { - echo " ".$v_link_label_delete."\n"; + echo " ".$v_link_label_delete."\n"; } echo " \n"; echo " \n"; @@ -403,7 +403,7 @@ echo " \n"; echo " \n"; if (strlen($row["sip_profile_setting_name"]) > 0) { - echo " ".$v_link_label_delete."\n"; + echo " ".$v_link_label_delete."\n"; } echo " \n"; echo " \n"; @@ -463,7 +463,7 @@ echo " ".$text['label-sip_profile_description']."\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo $text['description-sip_profile_description']."\n"; echo "\n";