mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update extension_edit.php
This commit is contained in:
@@ -1552,10 +1552,7 @@
|
||||
echo "</tr>\n";
|
||||
}
|
||||
|
||||
if (if_group("superadmin")) {
|
||||
if (strlen($user_context) == 0) {
|
||||
$user_context = $_SESSION['domain_name'];
|
||||
}
|
||||
if (permission_exists("extension_user_context")) {
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncellreq' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " ".$text['label-user_context']."\n";
|
||||
|
||||
Reference in New Issue
Block a user