<?php
/*
############################[ <about> ] #######################
Author :: Bijaya Kumar Behera <hide@address.com>
Website :: http://digitalwebsolutions.in
Add :: +91 9911033016 ,011-25331969 , India, New Delhi
Comment :: All is not Well, But All Iz very very Well
############################[ </about> ] #######################
*/
require('config.common.php');
$sess->flash( "<p style='color:green;font-size:10px'><b>Your are successfully loggedout</b></p>");
$sess->delete('AUTH_DATA');
header("location: login.php");
exit ;
?>