From 6d72d7c29f25caf338a2d33f1dac9e86bd034608 Mon Sep 17 00:00:00 2001 From: the_systech Date: Mon, 25 Mar 2002 20:37:14 +0000 Subject: [PATCH] Fix for #534847 git-svn-id: file:///svn/phpbb/trunk@2435 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/admin/index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/phpBB/admin/index.php b/phpBB/admin/index.php index 49cf7b8bd6..f361eea9ad 100644 --- a/phpBB/admin/index.php +++ b/phpBB/admin/index.php @@ -146,6 +146,8 @@ elseif( isset($HTTP_GET_VARS['pane']) && $HTTP_GET_VARS['pane'] == 'right' ) "L_BOARD_STARTED" => $lang['Board_started'], "L_AVATAR_DIR_SIZE" => $lang['Avatar_dir_size'], "L_DB_SIZE" => $lang['Database_size'], + "L_FORUM_LOCATION" => $lang['Forum_Location'], + "L_STARTED" => $lang['Login'], "L_GZIP_COMPRESSION" => $lang['Gzip_compression']) );