From 63b5f67069ff432578e6d6f12b90c245abf5866d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 21 May 2009 21:50:36 +0000 Subject: [PATCH] Remove not required information --- htdocs/user/passwordforgotten.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/user/passwordforgotten.php b/htdocs/user/passwordforgotten.php index a9bde3bfcaf..4bc3444824f 100644 --- a/htdocs/user/passwordforgotten.php +++ b/htdocs/user/passwordforgotten.php @@ -227,8 +227,6 @@ print '
  '.$langs->trans("Login"). print ''; $title=''; -$title.=$langs->trans("SessionName").': '.session_name(); -if ($conf->file->main_authentication) $title.=", ".$langs->trans("AuthenticationMode").': '.$conf->file->main_authentication; // Show logo (search in order: small company logo, large company logo, theme logo, common logo) $width=0;