From 71fe488e2aded0a0e8e4d3bee99e6ae56903892f Mon Sep 17 00:00:00 2001 From: Matteo Gheza Date: Thu, 24 Sep 2020 17:05:03 +0200 Subject: [PATCH] Fix13 --- server/install/install.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/install/install.php b/server/install/install.php index cee1253..1cd5bf6 100644 --- a/server/install/install.php +++ b/server/install/install.php @@ -43,7 +43,7 @@ if (file_exists("../config.php")) { $dbnameValue = "allerta"; $unameValue = t("user", false); $pwdValue = t("password", false); - $dbhostValue = "localhost"; + $dbhostValue = "127.0.0.1"; $prefixValue = "allerta01"; $configOk = false; } @@ -51,7 +51,7 @@ if (file_exists("../config.php")) { $dbnameValue = "allerta"; $unameValue = t("user", false); $pwdValue = t("password", false); - $dbhostValue = "localhost"; + $dbhostValue = "127.0.0.1"; $prefixValue = "allerta01"; $configOk = false; }