include_once ("includes/dbConnNew.php"); //see if a cookie exists wit username and password if( !$_SESSION['loggedIn'] ){ if ( ( $_COOKIE['cookieEmail'] > " ") && ( $_COOKIE['cookiePassword'] > " ") ){ header("location: signInToFridge.php"); exit(); } } include_once ("includes/loggedOnFridge.php"); ?>
|
|||||||||
|
|
|||||||||
|
|||||||||