summaryrefslogtreecommitdiffstats
path: root/login.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-15 21:38:23 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-15 21:38:23 +0000
commite8279472de81bf4a63f404cdbd6bd36ad33f3ae6 (patch)
tree451e0098ecb1e68e9fb64faabde1875c89b6a011 /login.php
parent1f5748db2b30825426e3b877699d86d543f641eb (diff)
downloadampache-e8279472de81bf4a63f404cdbd6bd36ad33f3ae6.tar.gz
ampache-e8279472de81bf4a63f404cdbd6bd36ad33f3ae6.tar.bz2
ampache-e8279472de81bf4a63f404cdbd6bd36ad33f3ae6.zip
hopefully speed up read_config function
Diffstat (limited to 'login.php')
-rw-r--r--login.php2
1 files changed, 1 insertions, 1 deletions
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