From c84f8be3ae0df4bc99f6a8ff45b2bca8335b79cc Mon Sep 17 00:00:00 2001 From: speedie Date: Sun, 1 Oct 2023 17:46:46 +0200 Subject: [PATCH] Fix yet another typo --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }