From 1febc039f245c5b0d612303048e9a196610ee0ab Mon Sep 17 00:00:00 2001 From: Jeff Teunissen Date: Fri, 22 Feb 2002 06:53:38 +0000 Subject: [PATCH] Almost there... --- lib/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/auth.php b/lib/auth.php index 24f17d3..c8b34bc 100644 --- a/lib/auth.php +++ b/lib/auth.php @@ -129,7 +129,7 @@ CREATE TABLE members ( require siteHome ."/parts/authform.php"; } } else { - $title = "Login required." + $title = "Login required."; require siteHome . "/parts/authform.php"; } }