update ip (3)
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ if (isset($_GET['logout'])) {
|
||||
exit;
|
||||
}
|
||||
|
||||
$host = '172.22.0.4';
|
||||
$host = 'maps-db-unique';
|
||||
$dbname = 'OpenPlanetsMaps';
|
||||
$db_user = 'root';
|
||||
$db_pass = 'admin123';
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
header('Content-Type: application/json');
|
||||
|
||||
$host = '172.22.0.4';
|
||||
$host = 'maps-db-unique';
|
||||
$dbname = 'OpenPlanetsMaps';
|
||||
$username = 'root';
|
||||
$password = 'admin123';
|
||||
|
||||
+1
-1
@@ -45,7 +45,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
|
||||
if (!$has_error) {
|
||||
try {
|
||||
$host = '172.22.0.4';
|
||||
$host = 'maps-db-unique';
|
||||
$dbname = 'OpenPlanetsMaps';
|
||||
$db_user = 'root';
|
||||
$db_pass = 'admin123';
|
||||
|
||||
Reference in New Issue
Block a user