diff options
-rw-r--r-- | application/views/file/upload_history.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/application/views/file/upload_history.php b/application/views/file/upload_history.php index d3699d565..7dc7d28cc 100644 --- a/application/views/file/upload_history.php +++ b/application/views/file/upload_history.php @@ -8,7 +8,6 @@ <th>Filename</th> <th>Mimetype <th>Date</th> - <th>Hash</th> <th>Size</th> </tr> </thead> @@ -20,7 +19,6 @@ <td><?php echo htmlspecialchars($item["filename"]); ?></td> <td><?php echo $item["mimetype"] ?></td> <td class="nowrap"><?php echo date("r", $item["date"]); ?><span class="hidden">t=<?php echo $item["date"]; ?></span></td> - <td><?php echo $item["hash"] ?></td> <td><?php echo $item["filesize"] ?></td> </tr> <?php endforeach; ?> |