Update extension_edit.php
This commit is contained in:
parent
f9648a0ced
commit
a3767d4913
|
|
@ -363,7 +363,9 @@
|
|||
}
|
||||
$array["extensions"][$i]["hold_music"] = $hold_music;
|
||||
$array["extensions"][$i]["auth_acl"] = $auth_acl;
|
||||
if (permission_exists("extension_cidr")) {
|
||||
$array["extensions"][$i]["cidr"] = $cidr;
|
||||
}
|
||||
$array["extensions"][$i]["sip_force_contact"] = $sip_force_contact;
|
||||
$array["extensions"][$i]["sip_force_expires"] = $sip_force_expires;
|
||||
if (permission_exists('extension_nibble_account')) {
|
||||
|
|
@ -1635,6 +1637,7 @@
|
|||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
if (permission_exists("extension_cidr")) {
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
echo " ".$text['label-cidr']."\n";
|
||||
|
|
@ -1645,6 +1648,7 @@
|
|||
echo $text['description-cidr']."\n";
|
||||
echo "</td>\n";
|
||||
echo "</tr>\n";
|
||||
}
|
||||
|
||||
echo "<tr>\n";
|
||||
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
|
||||
|
|
|
|||
Loading…
Reference in New Issue