Lock클래스의 경로가 install 초기 상태에서는 permission이 보장되지 않으므로 수정

This commit is contained in:
2018-03-22 03:13:44 +09:00
parent cc98ed9040
commit c699824cfc
+1 -1
View File
@@ -2,7 +2,7 @@
require_once('_common.php');
class _Lock {
private static $l = ROOT.'/lock.txt';
private static $l = ROOT.'/d_log/lock.txt';
public static function Busy() {
$fp = fopen(_Lock::$l, 'r');