diff options
Diffstat (limited to 'application/views/file/show_url.php')
-rw-r--r-- | application/views/file/show_url.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/application/views/file/show_url.php b/application/views/file/show_url.php new file mode 100644 index 000000000..e0e3dc8a6 --- /dev/null +++ b/application/views/file/show_url.php @@ -0,0 +1,6 @@ +<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> |