This commit is contained in:
Matteo Gheza 2020-09-24 17:05:03 +02:00
parent f6b40d9168
commit 71fe488e2a
1 changed files with 2 additions and 2 deletions

View File

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