$row[domain],
"username" => $row[username]
);
} else {
print_header();
print "
Mail Admin
\n";
print "
\n";
print_error ("Either the password that you supplied is incorrect, or you are not authorized to view this page.
Go back and try again.\n");
}
} else {
print_header();
print "Mail Admin
\n";
print "
\n";
print_error ("The login that you supplied is not correct, please press BACK and try again.");
}
header("Location: main.php?" . session_name() . "=" . session_id());
}
print_header("", $welcome_title, "YES");
?>