Add: Real server

This commit is contained in:
2018-06-22 20:58:24 +09:00
parent 225c6e944e
commit 2d4c3af9e0
13 changed files with 14 additions and 34 deletions
+2 -2
View File
@@ -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";