PK

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

<?php

session_start();


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

header('Location: login2.php');


?>



PK 99