update config.php
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
$host_sekarang = $_SERVER['HTTP_HOST'];
|
||||
|
||||
if (strpos($host_sekarang, 'localhost') !== false || strpos($host_sekarang, '127.0.0.1') !== false) {
|
||||
$host = "localhost";
|
||||
$user = "root";
|
||||
$pass = "";
|
||||
$host = "mysql-database-to00g0c4cwsws8gsoc4c08og";
|
||||
$user = "mysql";
|
||||
$pass = "FzeWTKBJzGMHk47S6UI0w0wdFLKbANsrfoFDZDwVnxNDFS1qtBT9lFFcTfyJgdcf";
|
||||
$db = "webgis_spbu";
|
||||
} else {
|
||||
$host = "to00g0c4cwsws8gsoc4c08og";
|
||||
$host = "mysql-database-to00g0c4cwsws8gsoc4c08og";
|
||||
$user = "mysql";
|
||||
$pass = "FzeWTKBJzGMHk47S6UI0w0wdFLKbANsrfoFDZDwVnxNDFS1qtBT9lFFcTfyJgdcf";
|
||||
$db = "webgis_spbu";
|
||||
|
||||
Reference in New Issue
Block a user