From ecebb86614311c56d9ccfda31fc2ffcf7268c89c Mon Sep 17 00:00:00 2001 From: mul91n Date: Sat, 14 Aug 2021 15:32:50 +1000 Subject: [PATCH] Remove unused sprintf --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index ac0773a..ccc2a23 100755 --- a/index.php +++ b/index.php @@ -122,7 +122,7 @@ function store_file($name, $tmpfile, $formatted = false) if ($size == 0) { header("HTTP/1.0 400 Bad Request"); - printf("Error 400: Uploaded file is empty\n", $MAX_FILESIZE); + print("Error 400: Uploaded file is empty\n"); return; }