diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-09-04 15:56:01 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-09-04 15:56:01 +0200 |
commit | 88563f3cc431982e9968e0124d5da1e802ba3073 (patch) | |
tree | ba577ee2731a8c4988390fe8d2b8e96e08eadc81 /system/application/views/file/show_url.php | |
parent | dd71c144096163dfa921f20912843d1a5e2618dd (diff) |
skip show_url page for text
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.php | 2 |
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 73073ec04..62d34c661 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/paste here:<br /> + You can get your file here:<br /> <a href="<?php echo $url; ?>"><?php echo $url; ?></a><br /> </div> |