mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Fixed bug preventing scripts from being copied properly during install process (#2296)
This commit is contained in:
@@ -774,9 +774,9 @@ include "root.php";
|
||||
$_SESSION["domain_uuid"] = $this->global_settings->domain_uuid();
|
||||
require $this->config_php;
|
||||
require "resources/require.php";
|
||||
$_SESSION['event_socket_ip_address'] = $this->global_settings->event_host;
|
||||
$_SESSION['event_socket_port'] = $this->global_settings->event_port;
|
||||
$_SESSION['event_socket_password'] = $this->global_settings->event_password;
|
||||
$_SESSION['event_socket_ip_address'] = $this->global_settings->switch_event_host();
|
||||
$_SESSION['event_socket_port'] = $this->global_settings->switch_event_port();
|
||||
$_SESSION['event_socket_password'] = $this->global_settings->switch_event_password();
|
||||
|
||||
//get the groups assigned to the user and then set the groups in $_SESSION["groups"]
|
||||
$sql = "SELECT * FROM v_group_users ";
|
||||
|
||||
Reference in New Issue
Block a user