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