diff --git a/app/extensions/extension_edit.php b/app/extensions/extension_edit.php index 6fe6566944..f43ec153d7 100644 --- a/app/extensions/extension_edit.php +++ b/app/extensions/extension_edit.php @@ -79,9 +79,7 @@ $password = check_str($_POST["password"]); // server verification on account code - if (if_group("superadmin")) { - $accountcode = $_POST["accountcode"]; - } + $accountcode = $_POST["accountcode"]; $effective_caller_id_name = check_str($_POST["effective_caller_id_name"]); $effective_caller_id_number = check_str($_POST["effective_caller_id_number"]); @@ -914,6 +912,19 @@ echo "\n"; } + if (if_group("superadmin") || if_group("admin")) { + echo "