PATH:
home2
/
pbkvidya
/
public_html
/
admin
/
Editing: logout.php
<?php session_start(); session_destroy(); // Destroy the session header("Location: index.php"); // Redirect to the login page exit(); ?>
SAVE
CANCEL