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
+6
View File
@@ -0,0 +1,6 @@
<?php
require_once __DIR__ . '/auth/helper.php';
start_session();
session_destroy();
header('Location: index.php');
exit;