chore: prepare docker webgis deployment

This commit is contained in:
Andrie
2026-06-11 18:14:21 +07:00
parent d2214ad9c8
commit a90748d9c1
149 changed files with 20844 additions and 5 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
// api/auth/logout.php — Hancurkan sesi dan redirect ke login
require_once '../../config.php';
require_once '../../auth/helper.php';
session_destroy();
header('Location: ../../auth/login.php');
exit;