From 56d2a7f6484ff6a75872371fda6cac21cbe5917c Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 7 Jul 2012 00:14:21 +0200 Subject: Display total size uploaded by user on history page Signed-off-by: Florian Pritz --- application/views/file_plaintext/upload_history.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'application/views/file_plaintext/upload_history.php') diff --git a/application/views/file_plaintext/upload_history.php b/application/views/file_plaintext/upload_history.php index 87586babd..b4dbf6091 100644 --- a/application/views/file_plaintext/upload_history.php +++ b/application/views/file_plaintext/upload_history.php @@ -16,4 +16,6 @@ foreach($query as $key => $item) { .$item["hash"]." | " .$item["filesize"]."\n"; } +?> +Total sum of your distinct uploads: . -- cgit v1.2.3-24-g4f1b