Fix the default settings for settings

This commit is contained in:
Mark Crane 2014-09-20 03:43:25 +00:00
parent 8a31271727
commit a4ceb0dc41
1 changed files with 1 additions and 1 deletions

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