diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-25 04:42:24 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-25 04:42:24 +0000 |
commit | 15f3664049d962820140bdf359a52dae5d143a0c (patch) | |
tree | 9429fbfdc46532371d8cb348eba4919458359300 /login.php | |
parent | c31b6f050ce4b52ef4e2fb842fd51a40a6bc196d (diff) | |
download | ampache-15f3664049d962820140bdf359a52dae5d143a0c.tar.gz ampache-15f3664049d962820140bdf359a52dae5d143a0c.tar.bz2 ampache-15f3664049d962820140bdf359a52dae5d143a0c.zip |
fixed old password problem
Diffstat (limited to 'login.php')
-rw-r--r-- | login.php | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -119,9 +119,6 @@ if ($auth['success']) { $user->insert_ip_history(); } - // Reload the Preferences from the database - Preference::init(); - /* Make sure they are actually trying to get to this site and don't try to redirect them back into * an admin section **/ |