Please login with your Username and Password.';
}
else if ($_GET['error'] == "1") {
$error_message = '
Your username and password are incorrect!
';
}
elseif ($_GET['error'] == "2") {
$error_message = 'Your username and password cannot be empty!
';
}
elseif ($_GET['error'] == "3") {
$error_message = 'Please login to access the admin panel.
';
}
if (EZ::isLoggedIn()) {
header("location:profile.php");
}
else {
$no_visible_elements = true;
require_once('header.php');
?>

Welcome to Ads EZ