Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as PHP by steampunkey ( 14 years ago )
error_reporting(E_STRICT|E_ALL);
include('functions.php');
print_r($_SESSION);
if(!isset($_SESSION['username'])) {
header('Location: ./login.php');
die();
}
Revise this Paste