View file student-php-enroolment/admin/logout.php

File size: 73B
<?php 
session_start();
session_destroy();
header('Location: login.php');