adding limit_scope and filter support. Should close #1035454 and #539534
[squirrelmail.git] / src / login.php
index e354d9066b05ec477b39505f85ced65f0bca645f..90f16c3f9f86ce16977599606102db5a4acbf2ab 100644 (file)
@@ -139,8 +139,8 @@ echo html_tag( 'table',
                 ' /><br />' . "\n"
               : '' ).
             ( (isset($hide_sm_attributions) && $hide_sm_attributions) ? '' :
-            '<small>' . sprintf (_("SquirrelMail version %s"), $version) . '<br />' ."\n".
-            '  ' . _("By the SquirrelMail Development Team") . '<br /></small>' . "\n" ) .
+            '<small>' . _("SquirrelMail Webmail Application") . '<br />' ."\n".
+            '  ' . _("By the SquirrelMail Project Team") . '<br /></small>' . "\n" ) .
             html_tag( 'table',
                 html_tag( 'tr',
                     html_tag( 'td',
@@ -186,4 +186,4 @@ echo '</form>' . "\n";
 
 do_hook('login_bottom');
 ?>
-</body></html>
\ No newline at end of file
+</body></html>