From c8c1639dcd5b0b43f77c567775d300765746693b Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Fri, 22 Feb 2002 06:38:03 +0000 Subject: [PATCH] okay, this ought to work. It's ugly, but it ought to work. --- lib/auth.php | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 63 insertions(+), 1 deletion(-) diff --git a/lib/auth.php b/lib/auth.php index e528ebd..d00e1eb 100644 --- a/lib/auth.php +++ b/lib/auth.php @@ -85,7 +85,69 @@ CREATE TABLE members ( if ($result[auth]) { authCreateSecret ($userName, $result[u_password]); } else { - authLoginForm ('Login incorrect.'); + require siteHome ."/parts/library.php"; + require siteHome ."/parts/head.php"; // Load the HEAD and open BODY + require siteHome ."/parts/topstrip.php"; // Display top strip + require siteHome ."/parts/titletable.php"; // Display main title w/ logos + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+ +
+ + +
+
+
+ User Name: + + +
+ Password: + + +
+ +