misc: 미활용 함수/상수 제거

This commit is contained in:
2021-11-14 13:20:19 +09:00
parent a560ee6f0a
commit edd5752de2
2 changed files with 15 additions and 30 deletions
+1 -5
View File
@@ -20,10 +20,6 @@ $loader->addClassMap((function () {
//디버그용 매크로
ini_set("session.cache_expire", 10080); // minutes
// 각종 변수
define('STEP_LOG', true);
define('PROCESS_LOG', true);
ob_start();
// 에러 메세지 출력
@@ -69,6 +65,6 @@ function prepareDir(string $dirPath, bool $forceCreate=true):bool{
}
return mkdir($dirPath);
}
return mkdir($dirPath, 0777, true);
}