diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-25 03:25:59 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-25 03:25:59 +0000 |
commit | c31b6f050ce4b52ef4e2fb842fd51a40a6bc196d (patch) | |
tree | 0d12418af5a8b868b345d5fe24fbaab251cabe72 /login.php | |
parent | a2c471bd18fb5e38763bb0dfd563aca3a54aed1b (diff) | |
download | ampache-c31b6f050ce4b52ef4e2fb842fd51a40a6bc196d.tar.gz ampache-c31b6f050ce4b52ef4e2fb842fd51a40a6bc196d.tar.bz2 ampache-c31b6f050ce4b52ef4e2fb842fd51a40a6bc196d.zip |
removed duplicate cookie-age and bad logic on read
Diffstat (limited to 'login.php')
-rw-r--r-- | login.php | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -110,9 +110,8 @@ if ($auth['success']) { // Not sure if it was me or php tripping out, // but naming this 'user' didn't work at all // - session_start(); $_SESSION['userdata'] = $auth; - + // // Record the IP of this person! // |