mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update install_fusionpbx.php
This commit is contained in:
@@ -737,7 +737,7 @@ include "root.php";
|
||||
//add the user to the superadmin group
|
||||
$sql = "insert into v_user_groups ";
|
||||
$sql .= "(";
|
||||
$sql .= "group_user_uuid, ";
|
||||
$sql .= "user_group_uuid, ";
|
||||
$sql .= "domain_uuid, ";
|
||||
$sql .= "user_uuid, ";
|
||||
$sql .= "group_name ";
|
||||
|
||||
Reference in New Issue
Block a user