Initial commit - Portal WebGIS Terpadu

This commit is contained in:
ocabacaa
2026-06-12 11:03:16 +07:00
commit 2cbdb83bce
74 changed files with 9846 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
session_start();
session_destroy();
header("Location: index.php");
?>