통합 서버 관리자의 파일 경로 코드를 문자열로 변경.

This commit is contained in:
2018-03-07 21:29:48 +09:00
parent 7206826974
commit bc3a6cf86e
55 changed files with 183 additions and 204 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
require_once('_common.php');
class _Lock {
private static $l = ROOT.W.'lock.txt';
private static $l = ROOT.'/lock.txt';
public static function Busy() {
$fp = fopen(_Lock::$l, 'r');