Add WebGIS source code

This commit is contained in:
ocabacaa
2026-06-11 23:48:02 +07:00
parent ce48dbcddc
commit b212ca27fd
37 changed files with 5764 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
<?php
session_start();
session_destroy();
header("Location: index.php");
?>