From e5b96559fd3015d978488385b9dd17f4da170325 Mon Sep 17 00:00:00 2001 From: Johnny Mast Date: Tue, 5 Jun 2018 22:43:43 +0200 Subject: [PATCH] Release 1.3 commit on master. --- includes/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/config.php b/includes/config.php index f8bec2d..a7bda85 100644 --- a/includes/config.php +++ b/includes/config.php @@ -12,6 +12,6 @@ * on this machine. The port is just the port * plain and simple. */ -define('CHAT_SERVER_HOST', 'localhost'); +define('CHAT_SERVER_HOST', '127.0.0.1'); define('CHAT_SERVER_PORT', '8080');