From 19fa5fefcd8946120cffa5d488335403ae34aef0 Mon Sep 17 00:00:00 2001 From: SovereigntyIsNotFreedom Date: Tue, 10 Jun 2025 10:38:15 +0200 Subject: [PATCH] Update www/submit.php --- www/submit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/submit.php b/www/submit.php index 5471283..1f9f196 100644 --- a/www/submit.php +++ b/www/submit.php @@ -20,7 +20,7 @@ if (isset($_POST['submit'])){ $error_message = "All of the fields must not be empty"; }else{ if (strlen($link) > 512 or strlen($name) > 64 or strlen($description) > 256 or strlen($sensitive) > 1 or strlen($category) > 64){ - $error_message = "Don't excede the limit"; + $error_message = "Don't exceed the limit"; }else{ // Open the file once before the loop