View file admin/logout.php
<?php
/************************************
Script : Adnetwork
Website : http://facebook.com/pranto007
Script is created and provided by Pranto (http://facebook.com/pranto007)
**************************************/
include '../db.php';
include '../functions.php';
headtag("Logout - $SiteName");
session_destroy();
header('Location:login.php');
?>