
PK 
| ADDRLIN : /proc/self/root/home/anibklip/pcfcindia.com/dump/ |
| 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');
?>

