Fix the default settings for settings

This commit is contained in:
Mark Crane
2014-09-20 03:43:25 +00:00
parent 0dd92eb4e7
commit 3105febebf

View File

@@ -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";