Add authentication, roles, dashboard and access control

This commit is contained in:
SatryaIrvannurYudha
2026-06-06 22:02:14 +07:00
parent 02ec3dab8a
commit 15c5ae63d7
17 changed files with 612 additions and 17 deletions
+2
View File
@@ -1,4 +1,6 @@
<?php
include 'auth.php';
if (!isAdminPemerintah()) { header("HTTP/1.1 403 Forbidden"); exit; }
include 'koneksi.php';
if (isset($_GET['id'])) {