From e3734f063ed58356f9653a81f6dea86aa55931f4 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sat, 17 Jun 2006 16:32:04 +0000 Subject: moved init.php improved vainfo a bit, removed checkboxes from search page --- logout.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'logout.php') diff --git a/logout.php b/logout.php index 113410de..eb97ac8b 100644 --- a/logout.php +++ b/logout.php @@ -24,8 +24,7 @@ * This is the logout page, it kills any cookies you have in your browser kills * your session in the database and then redirects you to the login page */ - -require_once("modules/init.php"); +require_once('lib/init.php'); // To end a legitimate session, just call logout. setcookie("amp_longsess","",null); logout(); -- cgit