Remove unnecessary wildcard globing
This commit is contained in:
parent
b09244cc5f
commit
d0978c92c6
1 changed files with 1 additions and 1 deletions
|
|
@ -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.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue