<?php session_start(); if (!isset($_SESSION['super']) || $_SESSION['super'] !== true) { header('Location: login.php'); exit; } ?>