Update Website for Server Auth.
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ if (isset($_GET['logout'])) {
|
||||
exit;
|
||||
}
|
||||
|
||||
$host = 'localhost';
|
||||
$host = '172.17.0.1';
|
||||
$dbname = 'OpenPlanetsMaps';
|
||||
$db_user = 'admin';
|
||||
$db_pass = 'admin';
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
<?php
|
||||
header('Content-Type: application/json');
|
||||
|
||||
$host = 'localhost';
|
||||
$host = '172.17.0.1';
|
||||
$dbname = 'OpenPlanetsMaps';
|
||||
$username = 'admin';
|
||||
$password = 'admin';
|
||||
|
||||
Reference in New Issue
Block a user