PK

ADDRLIN : /proc/self/root/home/anibklip/ulpc.in/bkp2025-26/superadmin/
FLL :
Current File : //proc/self/root/home/anibklip/ulpc.in/bkp2025-26/superadmin/logout.php

<?php

session_start();


if (isset($_SESSION['super'])) 
{
   unset($_SESSION['super']);
   unset($_SESSION['city']);
}

header('Location: index.php');


?>



PK 99