diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-15 21:38:23 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-15 21:38:23 +0000 |
commit | e8279472de81bf4a63f404cdbd6bd36ad33f3ae6 (patch) | |
tree | 451e0098ecb1e68e9fb64faabde1875c89b6a011 /login.php | |
parent | 1f5748db2b30825426e3b877699d86d543f641eb (diff) | |
download | ampache-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.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |