Update extensions.php
This commit is contained in:
@@ -210,7 +210,7 @@
|
|||||||
$found = false;
|
$found = false;
|
||||||
$found_count = 0;
|
$found_count = 0;
|
||||||
foreach ($registrations as $arr) {
|
foreach ($registrations as $arr) {
|
||||||
if (in_array($row['extension'],$arr)) {
|
if (in_array($row['extension'].'@'.$_SESSION['domain_name'],$arr)) {
|
||||||
$found = true;
|
$found = true;
|
||||||
$found_count++;
|
$found_count++;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user