summaryrefslogtreecommitdiffstats
path: root/system/application/views/file/show_url.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/application/views/file/show_url.php')
-rw-r--r--system/application/views/file/show_url.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/system/application/views/file/show_url.php b/system/application/views/file/show_url.php
deleted file mode 100644
index e0e3dc8a6..000000000
--- a/system/application/views/file/show_url.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<div style="text-align:center">
- <p>
- You can get your file here:<br />
- <a href="<?php echo $url; ?>"><?php echo $url; ?></a><br />
- </p>
-</div>