mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
src build elFinder-2.1-feea637
This commit is contained in:
@@ -2571,7 +2571,7 @@ abstract class elFinderVolumeDriver {
|
||||
|
||||
if ($tmpdir = $this->getTempPath()) {
|
||||
if (!$rmfunc) {
|
||||
$rmfunc = create_function('$f', '@unlink($f);');
|
||||
$rmfunc = create_function('$f', 'is_file($f) && @unlink($f);');
|
||||
}
|
||||
$name = tempnam($tmpdir, 'ELF');
|
||||
if ($key) {
|
||||
|
||||
Reference in New Issue
Block a user