Files
2026-05-02 10:11:07 +07:00

5 lines
105 B
PHP

<?php
session_start();
unset($_SESSION['konsulMahasiswa']);
header('Location:../index.php');