
PK 
| ADDRLIN : /home/questend/public_html/subdomain/cheesybite.questend.com/ |
| Current File : /home/questend/public_html/subdomain/cheesybite.questend.com/logout.php |
<?php
@session_start();
ob_start();
ini_set('allow_url_include', 1);
date_default_timezone_set("Asia/Kolkata");
set_time_limit(600);
ini_set('max_execution_time',600);
if(session_destroy()){
header("Location: index.php");
}
unset($_SESSION['adminId_cheesyBites']);
if(empty($_SESSION['adminId_cheesyBites'])){
header("Location: index.php");
}
?>
