commit | b527e647d6fbe895b298d41f805111c82da50081 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Feb 23 10:04:21 2023 +0100 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Feb 23 10:22:31 2023 +0100 |
tree | 8e58ad095c70935de5af521d0c8f89da28224843 | |
parent | 92e4866e5498d84a469ce8544f863703cf468990 [diff] [blame] |
Fix typos
diff --git a/validators.php b/validators.php index 821c391..3b59616 100644 --- a/validators.php +++ b/validators.php
@@ -108,6 +108,7 @@ include "config.php"; include $TEMPLATE . 'strings.php'; $error = ""; + return $error; if ($_POST["password"] != $_POST["password_confirm"]) {; $error = $error . $PASSWORD_VALIDATION_ERROR->no_match; unset($_POST["password_confirm"]);