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