More fixes for reflink and rallye extension
[mailer.git] / inc / modules / admin.php
index d1a728404623e9749c220cc68a2cd073c92bbe8b..06823fef116a420c0528e4b03a86950f61b3332a 100644 (file)
@@ -203,6 +203,8 @@ if (!isBooleanConstantAndTrue('admin_registered')) {
        if ((isset($_POST['ok'])) && ($_POST['ok'] != "***")) {
                // All required data was entered so we check his account
                $ret = CHECK_ADMIN_LOGIN($_POST['login'], $_POST['pass']);
+
+               // Which status do we have?
                switch ($ret)
                {
                case "done": // Admin and password are okay, so we log in now