diff --git a/index.php b/index.php index 3ed7533..544c210 100644 --- a/index.php +++ b/index.php @@ -35,7 +35,7 @@ if (!empty($_GET['url'])) { $hashfolderpath = './db/'.$hashfolder; $hashfilepath = $hashfolderpath.'/'.$hashfile; - $findfiles = glob($hashfilepath.'*'); + $findfiles = glob($hashfilepath); if (empty($findfiles)) { $content = 'No files.';