mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
More updates
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@3172 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -28,7 +28,7 @@ function language_select($default, $select_name = "language", $dirname="language
|
||||
{
|
||||
global $phpEx, $phpbb_root_path;
|
||||
|
||||
$dir = opendir($phpbb_root_path . $dirname);
|
||||
$dir = opendir(realpath($dirname));
|
||||
|
||||
$lang = array();
|
||||
while ( $file = readdir($dir) )
|
||||
|
Reference in New Issue
Block a user