mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update check_auth.php
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
}
|
||||
|
||||
//get the groups assigned to the user and then set the groups in $_SESSION["groups"]
|
||||
$sql = "SELECT * FROM v_group_users ";
|
||||
$sql = "SELECT * FROM v_user_groups ";
|
||||
//$sql .= "where domain_uuid='".$domain_uuid."' ";
|
||||
//$sql .= "and user_uuid='".$_SESSION["user_uuid"]."' ";
|
||||
$sql .= "where domain_uuid=:domain_uuid ";
|
||||
|
||||
Reference in New Issue
Block a user