summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-21 02:37:03 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-21 02:37:03 +0000
commit7cbf829be1d29abf1ac4ef26a541d65e98538233 (patch)
treeb802a45407a4c9d2f2874c71b6785b78c5b3d29a
parent7e1432273ab146abfcce8f226a9bc79eb1f25393 (diff)
downloadampache-7cbf829be1d29abf1ac4ef26a541d65e98538233.tar.gz
ampache-7cbf829be1d29abf1ac4ef26a541d65e98538233.tar.bz2
ampache-7cbf829be1d29abf1ac4ef26a541d65e98538233.zip
fixed a missing update to the new auth mojo
-rw-r--r--logout.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/logout.php b/logout.php
index ef770f14..17058d91 100644
--- a/logout.php
+++ b/logout.php
@@ -26,6 +26,5 @@
require_once 'lib/init.php';
// To end a legitimate session, just call logout.
-setcookie("amp_longsess","",null);
-logout();
+vauth::logout();
?>