diff options
| author | arf20 <aruizfernandez05@gmail.com> | 2026-07-01 20:26:49 +0200 |
|---|---|---|
| committer | arf20 <aruizfernandez05@gmail.com> | 2026-07-01 20:26:49 +0200 |
| commit | 80e52028a0e5e08bc86e243b0aaf1e7d76a772cd (patch) | |
| tree | a96970adcaa89cca897e93abf1388a9aeb446acd | |
| parent | b5711367898e2fc51abb1cccd77fbbf8a7ba7f31 (diff) | |
| download | arfnet2-lists-80e52028a0e5e08bc86e243b0aaf1e7d76a772cd.tar.gz arfnet2-lists-80e52028a0e5e08bc86e243b0aaf1e7d76a772cd.zip | |
ffs
| -rw-r--r-- | mlmmj.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"])) |
