You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OR sys_groupid = '".$app->db->quote($_SESSION['s']['user']['userid'])."' )";
89
+
OR sys_groupid = '".$app->db->quote($_SESSION['s']['user']['default_group'])."' )";
90
90
$domains_assoc = $app->db->queryAllRecords("SELECT domain FROM web_domain WHERE document_root != '' AND (type = 'vhost' OR type = 'vhostsubdomain') AND active = 'y' ".$domain_for_user." ORDER BY domain;");
0 commit comments