From e8279472de81bf4a63f404cdbd6bd36ad33f3ae6 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 15 Jan 2006 21:38:23 +0000 Subject: hopefully speed up read_config function --- login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'login.php') diff --git a/login.php b/login.php index 2bd57240..96a023fe 100644 --- a/login.php +++ b/login.php @@ -70,7 +70,7 @@ if ($auth['success']) { // $auth->info are the fields specified in the config file // to retrieve for each user vauth_session_create($auth); - + // // Not sure if it was me or php tripping out, // but naming this 'user' didn't work at all -- cgit