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