From 142499d426437e4c3b78a1b2654581c97fda49cb Mon Sep 17 00:00:00 2001 From: gustavf Date: Wed, 15 Mar 2000 11:39:58 +0000 Subject: [PATCH] Added page_header.php to make i18n work in left_main.php. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@304 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/left_main.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/left_main.php b/src/left_main.php index 07782970..281b3fff 100644 --- a/src/left_main.php +++ b/src/left_main.php @@ -11,9 +11,7 @@ echo "You need a valid user and password to access this page!"; exit; } -?> - -"; function formatMailboxName($imapConnection, $mailbox, $real_box, $delimeter, $color, $move_to_trash) { require ("../config/config.php"); -- 2.25.1