
PK 
| ADDRLIN : /home/questend/public_html/subdomain/trufflenation.questend.com_down/ |
| Current File : /home/questend/public_html/subdomain/trufflenation.questend.com_down/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);
unset($_SESSION['userId']);
if(empty($_SESSION['userId'])){
header("Location: index.php");
}
?>
