Update Website for Server Auth.

This commit is contained in:
2026-05-12 21:48:47 +02:00
parent d405b871c1
commit aec76b6505
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ if (isset($_GET['logout'])) {
exit;
}
$host = 'localhost';
$host = '172.17.0.1';
$dbname = 'OpenPlanetsMaps';
$db_user = 'admin';
$db_pass = 'admin';