summaryrefslogtreecommitdiffstats
path: root/application/views/file/show_url.php
blob: 3c08ed952ab766ade9b7c984e436488cc39fe314 (plain)
1
2
3
4
5
6
<div class="center">
  <p>
    You can get your file here:<br />
    <a href="<?php echo $url; ?>"><?php echo $url; ?></a><br />
  </p>
</div>