Please Login First\n";
$msg = $msg . "You must login in first before you can view this page.
\n";
$msg = $msg . "Click Here To Login
\n";
$msg = $msg . "Click Here To Sign
Up
\n";
uPageOut( $msg,$filepath."/Account/","Please Login" );
exit;
}
$id = $HTTP_COOKIE_VARS[id];
$APP_Role = uGetField( $id,"Status","authors",$db );
$APP_UserName = uGetField( $id,"FirstName","authors",$db );
// Use this to block out all users for maintenence
/*
if( $HTTP_COOKIE_VARS[id]!=3 ) {
include "offline.php";
exit;
}
*/
?>