fbc_is_session_active() : $fb_active_session = FALSE; /*** facebook connect include files and fb session check code */ $connection = db_connect(); if(empty($connection)){ db_connection_log($_SERVER['REQUEST_URI'],$_SERVER['REQUEST_URI']); exit(); }//if(empty($connection)) require ('sessionRequiredErrMsg.php3'); // Code for not Caching data header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); header("Cache-Control: no-store, no-cache, must-revalidate"); header("Cache-Control: post-check=0, pre-check=0", false); header("Pragma: no-cache"); /*if($_SESSION['sn_logged_in'] != 1) { endSession(); header("Location: index.php3"); exit(); } */ ?>
|
|
|