1
0
mirror of https://github.com/Rouji/single_php_filehost.git synced 2025-04-05 00:49:33 +00:00

Update index.php

Fix path
This commit is contained in:
PeGaSuS 2023-01-14 23:10:34 +01:00 committed by GitHub
parent e66b855418
commit 7347599fd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>");
?>
<br><a href=""><button>Go back</button></a>
<br><a href="../"><button>Go back</button></a>
<?php
}
else