diff options
Diffstat (limited to 'mlmmj.php')
| -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"])) |
