- included strings.php before config.php (here not in strings.php that was
authorcentaurix <centaurix@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 28 Jan 2001 23:41:45 +0000 (23:41 +0000)
committercentaurix <centaurix@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 28 Jan 2001 23:41:45 +0000 (23:41 +0000)
  a wrong log sorry) to avaid note in paranoid log level
- added $Id:$

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@974 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/login.php

index b8beff478738ba5319e355e674b96ef49844ed02..d6413e4ab14661b632483a8fd12818ed5da2b58e 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))