prasathmani / tinyfilemanager

Single-file PHP file manager, browser and manage your files efficiently and easily with tinyfilemanager
https://tinyfilemanager.github.io
GNU General Public License v3.0
4.6k stars 1.63k forks source link

missing partition size #1182

Open irulvam opened 1 month ago

irulvam commented 1 month ago

I need the partition size status to know the current capacity, so that my client can see if the disk is running out and can contact me to increase the disk

<?php echo lng('PartitionSize').': <span class="badge text-bg-light border-radius-0">'.fm_get_filesize(@disk_free_space($path)) .'</span> '.lng('FreeOf').' <span class="badge text-bg-light border-radius-0">'.fm_get_filesize(@disk_total_space($path)).'</span>'; ?>

Can you make an option to display the partition size?

Screenshot 2024-05-17 202857