
PK 
| ADDRLIN : /proc/thread-self/root/proc/thread-self/root/home/anibklip/pcfcindia.com/dump/ |
| Current File : //proc/thread-self/root/proc/thread-self/root/home/anibklip/pcfcindia.com/dump/sesschk.php |
<?php
session_start();
if (!isset($_SESSION['super'])
|| $_SESSION['super'] !== true) {
header('Location: login.php');
exit;
}
?>
