Paul Gerrad Renwarin 8e49077466 refisi update
2025-12-16 09:00:32 +07:00

5 lines
73 B
PHP

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