From 80e52028a0e5e08bc86e243b0aaf1e7d76a772cd Mon Sep 17 00:00:00 2001 From: arf20 Date: Wed, 1 Jul 2026 20:26:49 +0200 Subject: ffs --- mlmmj.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlmmj.php b/mlmmj.php index e6093be..9980494 100644 --- a/mlmmj.php +++ b/mlmmj.php @@ -87,7 +87,7 @@ class mlmmj // return an error message otherwise. elseif (!$captchas->verify ($_POST["captcha"])) { - $this->error("You entered the wrong password. Aren't you human? Please use back button and reload."; + $this->error("You entered the wrong password. Aren't you human? Please use back button and reload."); } if ($this->is_email($_POST["email"])) -- cgit v1.2.3