Update functions.php
This commit is contained in:
parent
7113d5203a
commit
81fa8cad81
|
|
@ -208,7 +208,7 @@
|
||||||
if (file_exists('/usr/bin/find')) {
|
if (file_exists('/usr/bin/find')) {
|
||||||
function recursive_delete($directory) {
|
function recursive_delete($directory) {
|
||||||
if (isset($directory) && strlen($directory) > 8) {
|
if (isset($directory) && strlen($directory) > 8) {
|
||||||
exec('/usr/bin/find '.$directory.' -name "*" -delete');
|
exec('/usr/bin/find '.$directory.'/* -name "*" -delete');
|
||||||
//exec('rm -Rf '.$directory.'/*');
|
//exec('rm -Rf '.$directory.'/*');
|
||||||
clearstatcache();
|
clearstatcache();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue