From 694d8e25e59061191a56111fb83ef1c1f3d1b9d3 Mon Sep 17 00:00:00 2001 From: tokul Date: Sun, 20 Mar 2005 14:26:34 +0000 Subject: [PATCH] removing version info from login_error page. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9095 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/display_messages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/display_messages.php b/functions/display_messages.php index c70a78b6..b1a22598 100644 --- a/functions/display_messages.php +++ b/functions/display_messages.php @@ -106,7 +106,7 @@ function logout_error( $errString, $errTitle = '' ) { "\"$width_and_height />
\n"; } echo ( $hide_sm_attributions ? '' : - '' . sprintf (_("SquirrelMail version %s"), $version) . '
'. + '' . _("SquirrelMail Webmail Application") . '
'. _("By the SquirrelMail Development Team") . "
\n" ). ''. '
'. -- 2.25.1