diff options
Diffstat (limited to 'application/views/file_plaintext/multipaste_info.php')
-rw-r--r-- | application/views/file_plaintext/multipaste_info.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/application/views/file_plaintext/multipaste_info.php b/application/views/file_plaintext/multipaste_info.php new file mode 100644 index 000000000..5a438789c --- /dev/null +++ b/application/views/file_plaintext/multipaste_info.php @@ -0,0 +1,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); ?> + |