summaryrefslogtreecommitdiffstats
path: root/system/application/views/file/show_url.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-03-19 15:32:16 +0100
committerFlorian Pritz <bluewind@xssn.at>2010-03-19 16:17:57 +0100
commit6a46aca31f3cf0615c226d1486693ed4a6350a39 (patch)
tree650ff42e7d663c69de2cdaf86f77016d8f0a9d69 /system/application/views/file/show_url.php
parent3715f4a81a22232ce268efced31e1893eff7d043 (diff)
restructure; add paste support; shorter URLs
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'system/application/views/file/show_url.php')
-rw-r--r--system/application/views/file/show_url.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/application/views/file/show_url.php b/system/application/views/file/show_url.php
index 62d34c661..73073ec04 100644
--- a/system/application/views/file/show_url.php
+++ b/system/application/views/file/show_url.php
@@ -1,4 +1,4 @@
<div style="text-align:center">
- You can get your file here:<br />
+ You can get your file/paste here:<br />
<a href="<?php echo $url; ?>"><?php echo $url; ?></a><br />
</div>