From c699824cfc6607d580a10cfba21bbbf2e75501d4 Mon Sep 17 00:00:00 2001 From: hide_d Date: Thu, 22 Mar 2018 03:13:44 +0900 Subject: [PATCH] =?UTF-8?q?Lock=ED=81=B4=EB=9E=98=EC=8A=A4=EC=9D=98=20?= =?UTF-8?q?=EA=B2=BD=EB=A1=9C=EA=B0=80=20install=20=EC=B4=88=EA=B8=B0=20?= =?UTF-8?q?=EC=83=81=ED=83=9C=EC=97=90=EC=84=9C=EB=8A=94=20permission?= =?UTF-8?q?=EC=9D=B4=20=EB=B3=B4=EC=9E=A5=EB=90=98=EC=A7=80=20=EC=95=8A?= =?UTF-8?q?=EC=9C=BC=EB=AF=80=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- f_func/class._Lock.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/f_func/class._Lock.php b/f_func/class._Lock.php index 7e4aa058..a858bc38 100644 --- a/f_func/class._Lock.php +++ b/f_func/class._Lock.php @@ -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');