This commit is contained in:
2021-11-19 03:27:30 +08:00
parent 114f5d0279
commit f6552c45ae
-1
View File
@@ -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);