From 7cbf829be1d29abf1ac4ef26a541d65e98538233 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Fri, 21 Dec 2007 02:37:03 +0000 Subject: [PATCH] fixed a missing update to the new auth mojo --- logout.php | 3 +-- 1 file changed, 1 insertion(+), 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(); ?>