| Current Path : /home/u625735752/domains/feednationngo.org/public_html/admin/all/ |
| Current File : /home/u625735752/domains/feednationngo.org/public_html/admin/all/logout.php |
<?php
// Initialize the session
session_start();
// Unset all of the session variables
$_SESSION = array();
// Destroy the session.
session_destroy();
// Redirect to login page
header("location: login.php");
exit;
?>