--- the signin php main page -- --- the signin.php include is listed below --- Sign In border="0">
Sign In
".$sessionMessage."

"; // Deduce the URL to go to after authentication. If we aren't told, // just go to the main page if (!array_key_exists('fromURL', $queryVars)) $queryVars['fromURL'] = $URLToRoot; ?>
>

Sign In

 
Username:
Password:
 
Sign In border="0">
Sign In

You are currently signed in as "; ?>

>Sign Out

------- authentication page --- Please check the username and password and try again."; // Relocate back to the sign-in page header("Location: ".$URLToRoot."signin.php"); } ?>