mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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…
Add table
Add a link
Reference in a new issue