From 5308afbd7a245b4615111fc2ba2ccf052d643940 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Tue, 27 Jul 2004 15:02:24 +0000 Subject: [PATCH] Le debug sur un servuer distant il n'y a que ca de vrai --- htdocs/user/logout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/user/logout.php b/htdocs/user/logout.php index 594b5bfd307..e5db515db49 100644 --- a/htdocs/user/logout.php +++ b/htdocs/user/logout.php @@ -33,7 +33,7 @@ define('DOL_DOCUMENT_ROOT', $dolibarr_main_document_root); require_once "../includes/pear/Auth/Auth.php"; -$a = new Auth("DB"); +$a = new DOLIAuth("DB"); $a->setShowLogin (false); $a->start(); if ($a->getAuth())