From 2589b7bd46050afb89a86c792668a78cc36f768c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 24 Aug 2006 23:05:33 +0000 Subject: [PATCH] Fix: Balise html en trop --- htdocs/main.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index cc98aa5cc8d..f07c529149c 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -136,9 +136,9 @@ if (! session_id() && ! isset($_SESSION["dol_user"]) && ! isset($_SESSION["dol_ // Non authentifie //dolibarr_syslog("Authentification non realise"); } - // Le debut de la page a ete affichee par par getAuth qui a utilisé loginfunction. + // Le debut de la page a ete affichee par getAuth qui a utilisé loginfunction. // On ferme donc juste la page de logon. - print "\n\n\n"; + print "\n\n"; exit; } }