blob: 5a438789c56226d5b35b4d3f4b86ab4f0f35c9a5 (
plain)
1
2
3
4
5
6
7
8
9
10
|
ID: <?=$id; ?>
Number of files: <?=$file_count; ?>
Date of upload: <?=date("r", $upload_date); ?>
Date of removal: <?=$timeout_string; ?>
Total size (including duplicates): <?=format_bytes($size); ?>
|