( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ HEX
HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux mail.thebrand.ai 6.8.0-107-generic #107-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 13 19:51:50 UTC 2026 x86_64
User: www-data (33)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/tmpr/../tmpr/../tmpr/../tmpr/../tmpr/../gold/logout.php
<?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");
?>