feat: complete WebGIS implementation with nominal bantuan and cache busting

This commit is contained in:
fananazril
2026-06-11 19:18:25 +07:00
parent 0d59e629bd
commit 0ae2768849
36 changed files with 7687 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
// ================================================================
// Logout
// ================================================================
require_once __DIR__ . '/../config/config.php';
require_once __DIR__ . '/../includes/auth.php';
logoutUser();
header('Location: ' . BASE_URL . '/admin/login.php');
exit;