Fix the default settings for settings
This commit is contained in:
parent
8a31271727
commit
a4ceb0dc41
|
|
@ -36,7 +36,7 @@ if (count($_SESSION['email']) == 0 && $domains_processed == 1) {
|
|||
}
|
||||
|
||||
//check the row count
|
||||
if (count($row) == 0) {
|
||||
if (strlen($row['event_socket_ip_address']) == 0) {
|
||||
//add default settings
|
||||
$event_socket_ip_address = "127.0.0.1";
|
||||
$event_socket_port = "8021";
|
||||
|
|
|
|||
Loading…
Reference in New Issue