require_once -> require

This commit is contained in:
2018-01-14 14:26:08 +09:00
parent 599160d043
commit 5302734219
77 changed files with 235 additions and 232 deletions
+6 -6
View File
@@ -5,12 +5,12 @@
$pw = $_POST['pw'];
$newPw = $_POST['newPw'];
require_once('_common.php');
require_once(ROOT.W.F_FUNC.W.'class._JSON.php');
require_once(ROOT.W.F_CONFIG.W.DB.PHP);
require_once(ROOT.W.F_CONFIG.W.'DBS'.PHP);
require_once(ROOT.W.F_CONFIG.W.SETTINGS.PHP);
require_once(ROOT.W.F_CONFIG.W.SESSION.PHP);
require('_common.php');
require(ROOT.W.F_FUNC.W.'class._JSON.php');
require(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);
$response['result'] = 'FAIL';