From 0dc7c62cb01cc23a02d08f3cf5e47da2fa1f8721 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 26 Sep 2016 11:34:19 +0200 Subject: Drop file_plaintext views Signed-off-by: Florian Pritz --- .../views/file_plaintext/upload_history.php | 23 ---------------------- 1 file changed, 23 deletions(-) delete mode 100644 application/views/file_plaintext/upload_history.php (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 deleted file mode 100644 index 53801494f..000000000 --- a/application/views/file_plaintext/upload_history.php +++ /dev/null @@ -1,23 +0,0 @@ - $item) { - echo - mb_str_pad($item["id"], $lengths["id"])." | " - .mb_str_pad($item["filename"], $lengths["filename"])." | " - .mb_str_pad($item["mimetype"], $lengths["mimetype"])." | " - .date($dateformat, $item["date"])." | " - .mb_str_pad($item["hash"], $lengths["hash"])." | " - .$item["filesize"]."\n"; -} -?> - -Total sum of your distinct uploads: . -- cgit v1.2.3-24-g4f1b