__dir__ -> __DIR__

This commit is contained in:
2020-03-28 19:48:09 +09:00
parent baba2d34dd
commit 8f95d4b279
51 changed files with 109 additions and 109 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ if($session->userGrade < 5 && !$allowFullReset){
//리셋 가능한 조건인지 테스트
$allowReset = false;
if(file_exists(__dir__.'/.htaccess')){
if(file_exists(__DIR__.'/.htaccess')){
$allowReset = true;
}
else{