From 2b40637c2c0f3c0d8b056ace84945ebba67dc728 Mon Sep 17 00:00:00 2001 From: centaurix Date: Sun, 28 Jan 2001 23:41:45 +0000 Subject: [PATCH] - included strings.php before config.php (here not in strings.php that was 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 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/login.php b/src/login.php index b8beff47..d6413e4a 100644 --- a/src/login.php +++ b/src/login.php @@ -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)) -- 2.25.1