diff --git a/index.php b/index.php index 3c102f6..6c7180e 100644 --- a/index.php +++ b/index.php @@ -27,9 +27,10 @@ if (isset($_COOKIE[$cookieTypeName]) || ($publicUploading || $publicUploading == $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"; - $html .= "\t\t\t\t

You can also upload a file using curl (or any POST request):

curl -F \"file=@myfile\" -F \"key=mykey\" \"https://dl.speedie.site/upload.php\".

\n"; } +$html .= "\t\t\t\t

You can also upload a file using curl (or any POST request):

curl -F \"file=@myfile\" -F \"key=mykey\" \"https://dl.speedie.site/upload.php\".

\n"; + // End the content div and print footer $html = printFooter($html);