( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ
<?php include('../Connections/videoondemand.php'); require_once("includes/inc_files.php"); ?>
<?php
$session->logout();
$msg = $_GET['msg'];
if (isset($_GET['msg'])) {
if ($msg == "banned") {
$session->message("<div class='notification-box error-notification-box'><p>Your account has been banned, please contact support.</p></div><!--.notification-box .notification-box-error end-->");
} else if ($msg == "not_found") {
$session->message("<div class='notification-box error-notification-box'><p>Your account was not found, please contact support.</p></div><!--.notification-box .notification-box-error end-->");
} else if ($msg == "maintenance") {
$session->message("<div class='notification-box info-notification-box'><p>Sorry, but we are currently doing some maintenance work. We apologise for any inconvenience that this has caused.</p><a href='#' class='notification-close info-notification-close'>x</a></div><!--.notification-box .notification-box-error end-->");
}
} else {
$session->message("<div class='notification-box success-notification-box'><p>You have successfully logged out.</p><a href='#' class='notification-close success-notification-close'>x</a></div><!--.notification-box .notification-box-success end-->");
}
/*redirect_to("../index.php?mode=landing&page=cta&route=welcome&instance=welcome");*/
redirect_to("../m/auth/logout");
?>