mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-25 15:26:14 +08:00
This commit is contained in:
parent
8aa9d3009b
commit
18b7b39b49
1 changed files with 1 additions and 0 deletions
|
@ -569,6 +569,7 @@ abstract class Utils
|
||||||
if ($path->isDir()) {
|
if ($path->isDir()) {
|
||||||
\rmdir($path);
|
\rmdir($path);
|
||||||
} else {
|
} else {
|
||||||
|
\is_callable('opcache_invalidate') && \opcache_invalidate($path, true);
|
||||||
\unlink($path);
|
\unlink($path);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue