aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthe_systech <the_systech@users.sourceforge.net>2002-03-25 20:37:14 +0000
committerthe_systech <the_systech@users.sourceforge.net>2002-03-25 20:37:14 +0000
commit6d72d7c29f25caf338a2d33f1dac9e86bd034608 (patch)
tree1ff4ac042a6b788fc9ced6161a85debaf03ba612
parentd153981485f5fc30288dc5a086e4a5ad74f63a71 (diff)
downloadforums-6d72d7c29f25caf338a2d33f1dac9e86bd034608.tar
forums-6d72d7c29f25caf338a2d33f1dac9e86bd034608.tar.gz
forums-6d72d7c29f25caf338a2d33f1dac9e86bd034608.tar.bz2
forums-6d72d7c29f25caf338a2d33f1dac9e86bd034608.tar.xz
forums-6d72d7c29f25caf338a2d33f1dac9e86bd034608.zip
Fix for #534847
git-svn-id: file:///svn/phpbb/trunk@2435 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/admin/index.php2
1 files changed, 2 insertions, 0 deletions
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'])
);