diff options
Diffstat (limited to 'www/status.php')
| -rw-r--r-- | www/status.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/status.php b/www/status.php index 08e2a0d..4118c9c 100644 --- a/www/status.php +++ b/www/status.php @@ -19,7 +19,10 @@ function human_filesize($bytes, $decimals = 2) . ' ' . @$size[$factor]; } -$esStatus['size_human'] = human_filesize($esStatus['size']); +$esStatus['size_human'] = human_filesize($esStatus['size']); +$esStatus['documents_human'] = number_format( + $esStatus['documents'], 0, '.', ' ' +); render( 'status', |
