diff options
author | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-28 17:39:04 -0500 |
---|---|---|
committer | Paul Arthur <paul.arthur@flowerysong.com> | 2013-01-28 21:23:05 -0500 |
commit | ead4cf2a0e9d41b5874dfcb6c753b18ed675cc0c (patch) | |
tree | c23378426c45b415dd74aea047c95c517fbe4b32 /login.php | |
parent | 58a3ab692ec3a61c270e5a7b0953b6bb4b48b39c (diff) | |
download | ampache-ead4cf2a0e9d41b5874dfcb6c753b18ed675cc0c.tar.gz ampache-ead4cf2a0e9d41b5874dfcb6c753b18ed675cc0c.tar.bz2 ampache-ead4cf2a0e9d41b5874dfcb6c753b18ed675cc0c.zip |
Rename vauth to Auth
Diffstat (limited to 'login.php')
-rw-r--r-- | login.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ if (($_POST['username'] && $_POST['password']) || $password = ''; } - $auth = vauth::authenticate($username, $password); + $auth = Auth::login($username, $password); if ($auth['success']) { $username = $auth['username']; |