updated changelog
[squirrelmail.git] / src / login.php
index b8beff478738ba5319e355e674b96ef49844ed02..aeb0d44c04ea3099c3d63b4c9597a809b49bd24d 100644 (file)
@@ -8,12 +8,13 @@
     **  This a simple login screen. Some housekeeping is done to clean
     **  cookies and find language.
     **
+    **  $Id$
     **/
 
-   if (!isset($config_php))
-      include("../config/config.php");
    if (!isset($strings_php))
       include("../functions/strings.php");
+   if (!isset($config_php))
+      include("../config/config.php");
    if (!isset($i18n_php))
       include("../functions/i18n.php");
    if (!isset($plugin_php))
@@ -47,7 +48,7 @@
    $password_form_name = 'secretkey';
    do_hook('login_top');
    
-   echo "<CENTER><IMG SRC=\"$org_logo\"</CENTER>\n";
+   echo "<CENTER><IMG SRC=\"$org_logo\"></CENTER>\n";
    echo "<CENTER><SMALL>";
    printf (_("SquirrelMail version %s"), $version);
    echo "<BR>\n";