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