Lokasi:
/
home
/
u109751622
/
domains
/
vrindavaniti.com
/
public_html
/
includes
/
Ubah: auth.php
<?php session_start(); if (!isset($_SESSION['user'])) { header("Location: ../index.php"); exit(); } if ($_SESSION['role'] !== 'admin' && $_SESSION['role'] !== 'user') { die("Unauthorized access"); } ?>
Batal