... require_once로 되돌림 ㅜㅜ

This commit is contained in:
2018-01-14 19:11:14 +09:00
parent 5302734219
commit 7d2f024e75
95 changed files with 265 additions and 3208 deletions
+4 -4
View File
@@ -5,12 +5,12 @@
$pw = $_POST['pw'];
$newPw = $_POST['newPw'];
require('_common.php');
require(ROOT.W.F_FUNC.W.'class._JSON.php');
require(ROOT.W.F_CONFIG.W.DB.PHP);
require_once('_common.php');
require_once(ROOT.W.F_FUNC.W.'class._JSON.php');
require_once(ROOT.W.F_CONFIG.W.DB.PHP);
require(ROOT.W.F_CONFIG.W.'DBS'.PHP);
require(ROOT.W.F_CONFIG.W.SETTINGS.PHP);
require(ROOT.W.F_CONFIG.W.SESSION.PHP);
require_once(ROOT.W.F_CONFIG.W.SESSION.PHP);
$response['result'] = 'FAIL';