Updated footer
This commit is contained in:
parent
a18f1bba61
commit
a9e8e66c82
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ header("Content Type: text/html");
|
||||||
<tr><td>Description:</td><td><?php echo $file["description"]; ?></td></tr>
|
<tr><td>Description:</td><td><?php echo $file["description"]; ?></td></tr>
|
||||||
</table>
|
</table>
|
||||||
<?php echo "<a id='downloadButton' href='./downloads/" . $file["file name"] . "' download='" . $file["file name"] . "' >Download File</a>"; ?>
|
<?php echo "<a id='downloadButton' href='./downloads/" . $file["file name"] . "' download='" . $file["file name"] . "' >Download File</a>"; ?>
|
||||||
<footer>Powered by TheOrangeOne's Download Manager</footer>
|
<footer>Powered by <a href="//theorangeone.net">TheOrangeOne</a>'s Download Manager</footer>
|
||||||
</center>
|
</center>
|
||||||
<?php
|
<?php
|
||||||
if (isset($_GET['auto'])){
|
if (isset($_GET['auto'])){
|
||||||
|
|
Reference in a new issue