Add: Real server
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
|
||||
$hasServiceDBSetting = file_exists("./service_db_setting.php");
|
||||
$hasServiceDBSetting = file_exists("./../setup/service_db_setting.php");
|
||||
|
||||
if($hasServiceDBSetting == true) {
|
||||
include("./service_db_setting.php");
|
||||
include("./../setup/service_db_setting.php");
|
||||
} else {
|
||||
$db_host = "localhost";
|
||||
$db_user = "afterschool";
|
||||
|
||||
Reference in New Issue
Block a user