mirror of
https://github.com/Clortox/SimpleFileRepository.git
synced 2026-03-05 01:27:59 +00:00
Fix not showing filesize with spaces
This commit is contained in:
@@ -84,7 +84,6 @@
|
||||
<tbody>
|
||||
<?php
|
||||
foreach($elements as $i=>$currentfile){
|
||||
|
||||
echo "<tr>";
|
||||
echo "<td>" . $currentfile . "</td>";
|
||||
$fulldir = $dir_dirs[$dir_index] . $path . "/" . $currentfile;
|
||||
|
||||
Reference in New Issue
Block a user