update ip

This commit is contained in:
2026-05-17 18:14:28 +02:00
parent fc30e22a03
commit 371331e3bb
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ if (isset($_GET['logout'])) {
exit;
}
$host = '172.22.0.3';
$host = '172.22.0.4';
$dbname = 'OpenPlanetsMaps';
$db_user = 'root';
$db_pass = 'admin123';
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
header('Content-Type: application/json');
$host = '172.22.0.3';
$host = '172.22.0.4';
$dbname = 'OpenPlanetsMaps';
$username = 'root';
$password = 'admin123';
+1 -1
View File
@@ -45,7 +45,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
if (!$has_error) {
try {
$host = '172.22.0.3';
$host = '172.22.0.4';
$dbname = 'OpenPlanetsMaps';
$db_user = 'root';
$db_pass = 'admin123';
+1 -1
View File
@@ -18,7 +18,7 @@ if (isset($_GET['logout'])) {
exit;
}
$host = '172.22.0.3';
$host = '172.22.0.4';
$dbname = 'OpenPlanetsMaps';
$db_user = 'root';
$db_pass = 'admin123';
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
header('Content-Type: application/json');
$host = '172.22.0.3';
$host = '172.22.0.4';
$dbname = 'OpenPlanetsMaps';
$username = 'root';
$password = 'admin123';
+1 -1
View File
@@ -45,7 +45,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
if (!$has_error) {
try {
$host = '172.22.0.3';
$host = '172.22.0.4';
$dbname = 'OpenPlanetsMaps';
$db_user = 'root';
$db_pass = 'admin123';