<?php
include "auth.php";

if ($_SESSION['role'] != 'admin1') {
    header("Location: ../forbidden.php");
    exit;
}