改名
This commit is contained in:
@@ -78,7 +78,7 @@ class ServerInotify extends Process
|
|||||||
$path = rtrim($path, '/');
|
$path = rtrim($path, '/');
|
||||||
foreach (glob($path . '/*') as $value) {
|
foreach (glob($path . '/*') as $value) {
|
||||||
if (is_dir($value)) {
|
if (is_dir($value)) {
|
||||||
$this->loadByDir($value);
|
$this->loadByDir($value, $isReload);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
$md5 = md5($value);
|
$md5 = md5($value);
|
||||||
|
|||||||
Reference in New Issue
Block a user