From f6552c45ae2c0deaf0ec527a5bcbdca28df6ac29 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 19 Nov 2021 03:27:30 +0800 Subject: [PATCH] 1 --- kiri-engine/FileListen/Inotify.php | 1 - 1 file changed, 1 deletion(-) diff --git a/kiri-engine/FileListen/Inotify.php b/kiri-engine/FileListen/Inotify.php index bd8040b6..ea83a547 100644 --- a/kiri-engine/FileListen/Inotify.php +++ b/kiri-engine/FileListen/Inotify.php @@ -155,7 +155,6 @@ class Inotify } else if (!str_ends_with($f, '.php')) { continue; } - //检测文件类型 if (strstr($f, '.') == '.php') { $wd = @inotify_add_watch($this->inotify, $path, $this->events);