mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-21 18:36:31 +00:00
restructured install to go via global_settings
added new global_settings to marshal settings used during a install/upgrade
This commit is contained in:
@@ -85,7 +85,7 @@ if ($domains_processed == 1) {
|
||||
$sql .= "set event_socket_ip_address = '$event_socket_ip_address' ";
|
||||
$sql .= "set event_socket_port = '$event_socket_port' ";
|
||||
$sql .= "set event_socket_password = '$event_socket_password' ";
|
||||
$this->dbh->exec(check_sql($sql));
|
||||
$db->exec(check_sql($sql));
|
||||
unset($sql);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user