수정된 DB, SETING.php 동작 안하는 문제 해결

This commit is contained in:
2018-03-09 02:18:59 +09:00
parent 6ffee27f83
commit 704096358b
5 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
<?php
require_once('_common.php');
require_once(ROOT.'/f_func/class._Setting.php');
require_once(__DIR__.'/../f_func/class._Setting.php');
$SETTING = new _Setting(ROOT);
$SETTING = new _Setting(__DIR__.'/..');