Add authentication, roles, dashboard and access control
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<?php
|
||||
include 'auth.php';
|
||||
if (!isAdminPemerintah()) { header("HTTP/1.1 403 Forbidden"); exit; }
|
||||
include 'koneksi.php';
|
||||
|
||||
if ($_SERVER['REQUEST_METHOD'] == 'POST') {
|
||||
|
||||
Reference in New Issue
Block a user