From 6d7061ac7134bd0b0931cd48ea2a90545d8fb9ad Mon Sep 17 00:00:00 2001 From: fidian Date: Fri, 3 Nov 2000 16:08:54 +0000 Subject: [PATCH] i18n bugfix (I think) No reported bugs with this one, but I think it would have been possible. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@838 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/left_main.php b/src/left_main.php index c3483035..3623506e 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -11,6 +11,9 @@ session_start(); + if (!isset($i18n_php)) + include ("../functions/i18n.php"); + if(!isset($username)) { set_up_language($squirrelmail_language, true); echo "You need a valid user and password to access this page!"; -- 2.25.1