Files
d1041231004-webgis-povertymap/logout.php
T
2026-06-10 20:22:46 +07:00

5 lines
78 B
PHP

<?php
session_start();
session_destroy();
header('Location: login.php');
exit;