diff --git a/index.php b/index.php index 6c7180e..21e8041 100644 --- a/index.php +++ b/index.php @@ -24,7 +24,7 @@ $html .= "\t\t\t\t

$instanceDescription

\n"; // If logged in ... if (isset($_COOKIE[$cookieTypeName]) || ($publicUploading || $publicUploading == "true")) { - $html .= printFileUploadForm($html, $Error); + $html = printFileUploadForm($html, $Error); } else { $html .= "\t\t\t\t

To upload a file, log in using your key and select a file to upload. After uploading, you will receive a link to the file stored on the servers.

\n"; }