mirror of
https://github.com/Rouji/single_php_filehost.git
synced 2025-04-10 19:08:45 +00:00
Update index.php
Let's add a `Go back` button for easiness :)
This commit is contained in:
parent
8ecbe201ba
commit
e66b855418
@ -168,6 +168,9 @@ function store_file(string $name, string $tmpfile, bool $formatted = false) : vo
|
|||||||
if ($formatted)
|
if ($formatted)
|
||||||
{
|
{
|
||||||
print("<pre>Access your file here: <a href=\"$url\">$url</a></pre>");
|
print("<pre>Access your file here: <a href=\"$url\">$url</a></pre>");
|
||||||
|
?>
|
||||||
|
<br><a href=""><button>Go back</button></a>
|
||||||
|
<?php
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user