diff --git a/index.php b/index.php index 1a738a7..771c02f 100644 --- a/index.php +++ b/index.php @@ -100,18 +100,14 @@ return filemtime($b) - filemtime($a); }); - $autocomplete = ''; foreach($files as $path) { $name = basename($path); if (!str_ends_with($name, '.del')) { - $autocomplete .= ''; - echo $autocomplete; echo '
'; } ?>