mirror of
https://git.lolcat.ca/lolcat/renadexer.git
synced 2025-11-17 07:28:31 +05:30
fix 0 byte filesize bug
This commit is contained in:
parent
3309431ac7
commit
9c01f3f4ab
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ function do_filesize($path, $is_dir){
|
|||
|
||||
if($filesize === 0){
|
||||
|
||||
echo "0.00 B";
|
||||
return "0.00 B";
|
||||
}
|
||||
|
||||
$s = ["B", "KB", "MB", "GB", "TB", "PB"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue