Update install_fusionpbx.php
This commit is contained in:
@@ -737,7 +737,7 @@ include "root.php";
|
|||||||
//add the user to the superadmin group
|
//add the user to the superadmin group
|
||||||
$sql = "insert into v_user_groups ";
|
$sql = "insert into v_user_groups ";
|
||||||
$sql .= "(";
|
$sql .= "(";
|
||||||
$sql .= "group_user_uuid, ";
|
$sql .= "user_group_uuid, ";
|
||||||
$sql .= "domain_uuid, ";
|
$sql .= "domain_uuid, ";
|
||||||
$sql .= "user_uuid, ";
|
$sql .= "user_uuid, ";
|
||||||
$sql .= "group_name ";
|
$sql .= "group_name ";
|
||||||
|
|||||||
Reference in New Issue
Block a user