PK

ADDRLIN : /proc/self/root/home/anibklip/pcfcindia.com/dump/
FLL :
Current File : //proc/self/root/home/anibklip/pcfcindia.com/dump/logout.php

<?php

session_start();


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

header('Location: login2.php');


?>



PK 99