mirror of
https://github.com/Rouji/single_php_filehost.git
synced 2025-04-10 19:08:45 +00:00
Update index.php
Fix path
This commit is contained in:
parent
e66b855418
commit
7347599fd8
@ -169,7 +169,7 @@ function store_file(string $name, string $tmpfile, bool $formatted = false) : vo
|
|||||||
{
|
{
|
||||||
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>
|
<br><a href="../"><button>Go back</button></a>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user