Login to Your Account
Enter your username & password to login
if (isset($_GET['error'])) {
if ($_GET['error'] == 'not_activated') {
echo 'Your account is not activated. Please contact support.
';
} elseif ($_GET['error'] == 'invalid_credentials') {
echo 'Invalid username or password.
';
}
}
?>