0byt3m1n1
Path:
C:
/
GEOMATICS 23-01-2021
/
LAN
/
CPMS
/
[
Home
]
File: logout_ctrl.php
<?php @session_start(); session_destroy(); //unset ($_SESSION['username']); if we want to clear only this session variable header("Location:index.php"); exit(); ?>