1
0
mirror of https://github.com/Rouji/single_php_filehost.git synced 2025-04-04 16:39:34 +00:00

remove erroneous \n

This commit is contained in:
Rouji 2019-04-20 23:48:38 +02:00
parent 494f4a0c89
commit 985a185cdc

View File

@ -142,7 +142,7 @@ function store_file($name, $tmpFile, $formatted = false)
$basename); $basename);
if ($formatted) if ($formatted)
{ {
printf('<pre>Access your file here:\n<a href="%s">%s</a></pre>', $url, $url); printf('<pre>Access your file here: <a href="%s">%s</a></pre>', $url, $url);
} }
else else
{ {