5 lines
105 B
PHP
5 lines
105 B
PHP
<?php
|
|
session_start();
|
|
unset($_SESSION['konsulMahasiswa']);
|
|
header('Location:../index.php');
|