From d2867bbcbc95b891edb7f4a56d4c10f92ca29e23 Mon Sep 17 00:00:00 2001 From: Kyllian Auguste Date: Sun, 17 May 2026 18:42:28 +0200 Subject: [PATCH] =?UTF-8?q?update=20ip=20(5=C2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SRC/admin.php | 2 +- SRC/api.php | 2 +- SRC/contact.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/SRC/admin.php b/SRC/admin.php index ed43c1f..1c4cb60 100755 --- a/SRC/admin.php +++ b/SRC/admin.php @@ -18,7 +18,7 @@ if (isset($_GET['logout'])) { exit; } -$host = 'maps-db-unique'; +$host = '172.22.0.4'; $dbname = 'OpenPlanetsMaps'; $db_user = 'root'; $db_pass = 'admin123'; diff --git a/SRC/api.php b/SRC/api.php index 8563629..1cfc38a 100755 --- a/SRC/api.php +++ b/SRC/api.php @@ -1,7 +1,7 @@