D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
u935876328
/
domains
/
ggcp.org.in
/
public_html
/
admin
/
Filename :
logout.php
back
Copy
<?php session_start(); // Unset all of the session variables $_SESSION = array(); // Destroy the session. session_destroy(); // Redirect to login page header("location: index.php"); exit; // Destroying All Sessions //if (session_destroy()) { // Redirecting To Home Page //header("Location: login.php"); //}