Files
webgis_poverty/logout.php
T
2026-06-11 23:48:02 +07:00

9 lines
79 B
PHP

<?php
session_start();
session_destroy();
header("Location: index.php");
?>