Files
Anderi Saputra adec71e763 first commit
2026-06-10 17:00:19 +07:00

7 lines
84 B
PHP

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