瀏覽代碼

removing version info from login_error page.

tokul 20 年之前
父節點
當前提交
37120df45e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      functions/display_messages.php

+ 1 - 1
functions/display_messages.php

@@ -106,7 +106,7 @@ function logout_error( $errString, $errTitle = '' ) {
              "\"$width_and_height /><br />\n";
              "\"$width_and_height /><br />\n";
     }
     }
     echo ( $hide_sm_attributions ? '' :
     echo ( $hide_sm_attributions ? '' :
-            '<small>' . sprintf (_("SquirrelMail version %s"), $version) . '<br />'.
+            '<small>' .  _("SquirrelMail Webmail Application") . '<br />'.
             _("By the SquirrelMail Development Team") . "<br /></small>\n" ).
             _("By the SquirrelMail Development Team") . "<br /></small>\n" ).
          '<table cellspacing="1" cellpadding="0" bgcolor="'.$color[1].'" width="70%">'.
          '<table cellspacing="1" cellpadding="0" bgcolor="'.$color[1].'" width="70%">'.
          '<tr><td>'.
          '<tr><td>'.