Fix: connect_db.php path error

This commit is contained in:
2018-05-24 11:58:14 +09:00
parent 2cecc26e12
commit e982ee4381
+1 -1
View File
@@ -15,7 +15,7 @@ if(!is_numeric($enterCode)) {
} }
*/ */
include "./../connect_db.php"; include "./../setup/connect_db.php";
$return_array = array(); $return_array = array();