Skip to content

Commit

Permalink
Update tinyfilemanager.php (prasathmani#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
ririko5834 committed Oct 31, 2022
1 parent ed4046f commit cfd9f6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tinyfilemanager.php
Original file line number Diff line number Diff line change
Expand Up @@ -2149,7 +2149,9 @@ class="edit-file"><i class="fa fa-pencil-square-o"></i> <?php echo lng('Advanced
<?php echo lng('FullSize').': <span class="badge badge-light">'.fm_get_filesize($all_files_size).'</span>' ?>
<?php echo lng('File').': <span class="badge badge-light">'.$num_files.'</span>' ?>
<?php echo lng('Folder').': <span class="badge badge-light">'.$num_folders.'</span>' ?>
<?php if (function_exists('disk_free_space') && function_exists('disk_total_space')) { ?>
<?php echo lng('PartitionSize').': <span class="badge badge-light">'.fm_get_filesize(@disk_free_space($path)) .'</span> '.lng('FreeOf').' <span class="badge badge-light">'.fm_get_filesize(@disk_total_space($path)).'</span>'; ?>
<?php } ?>
</td>
</tr>
</tfoot>
Expand Down

0 comments on commit cfd9f6b

Please sign in to comment.