readonly()) { $error = loc("registration_disabled"); } else if (isset($_POST["submit"])) { if ($r->verify()) { if ($r->go()) { if (opt()->auto_reg()) { goto_back_link(); exit; } else { header("Location: login.html?reg=1"); } } } sleep(1); } output_head("", loc("register_title")); ?>