From 056ecbcae55119c75c8b8bfcbbc1681eab0eae82 Mon Sep 17 00:00:00 2001 From: fidian Date: Tue, 15 May 2001 19:13:33 +0000 Subject: [PATCH] * That should now be everything ... except the plugins. :-) git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1368 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/webmail.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webmail.php b/src/webmail.php index 4064f9c8..c4f6fdd5 100644 --- a/src/webmail.php +++ b/src/webmail.php @@ -18,6 +18,7 @@ include ('../functions/prefs.php'); include ('../functions/imap.php'); include ('../functions/plugin.php'); + include ('../functions/i18n.php'); include ('../functions/auth.php'); session_start(); -- 2.25.1