diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-21 02:37:03 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-21 02:37:03 +0000 |
commit | 7cbf829be1d29abf1ac4ef26a541d65e98538233 (patch) | |
tree | b802a45407a4c9d2f2874c71b6785b78c5b3d29a /logout.php | |
parent | 7e1432273ab146abfcce8f226a9bc79eb1f25393 (diff) | |
download | ampache-7cbf829be1d29abf1ac4ef26a541d65e98538233.tar.gz ampache-7cbf829be1d29abf1ac4ef26a541d65e98538233.tar.bz2 ampache-7cbf829be1d29abf1ac4ef26a541d65e98538233.zip |
fixed a missing update to the new auth mojo
Diffstat (limited to 'logout.php')
-rw-r--r-- | logout.php | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -26,6 +26,5 @@ require_once 'lib/init.php'; // To end a legitimate session, just call logout. -setcookie("amp_longsess","",null); -logout(); +vauth::logout(); ?> |