Remove output
This commit is contained in:
parent
e53a379c71
commit
540d49eb3d
1 changed files with 0 additions and 4 deletions
|
@ -108,10 +108,6 @@ if ($zip->open($zip_filename)) {
|
|||
|
||||
$filepath = $directory_wishthis_github . '/' . $filename;
|
||||
|
||||
if (is_file($filepath)) {
|
||||
echo 'Rename ' . $filepath . ' to ' . __DIR__ . '/' . $filename . '<br>';
|
||||
}
|
||||
|
||||
if (is_dir($filepath)) {
|
||||
delete_directory($filepath);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue