From 3f221360c96a57bc62f8cc962792a822f484f428 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Fri, 30 Jul 2004 16:42:43 +0000 Subject: [PATCH] Supression liens vers le bugreport --- htdocs/main.inc.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 965937a6533..a995b91c21b 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -130,6 +130,7 @@ else "passwordcol" => "pass", "cryptType" => "none", ); + $aDol = new DOLIAuth("DB", $params, "loginFunction"); $aDol->start(); $result = $aDol->getAuth(); @@ -659,6 +660,8 @@ function llxFooter($foot='') */ print "\n"; + /* Supression temporaire, mauvais affichage sur petit ecran + print '

'; print 'Bug report '; // print 'Source Code '.$foot.'

'; @@ -666,12 +669,14 @@ function llxFooter($foot='') print 'Source Code

'; if (!empty ($dolibarr_auto_user)) { - print '

+ print '

Valid HTML 4.0! -

'; +

'; } + */ + print ""; } ?>