1
0
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:
Paul S. Owen
2002-12-03 20:34:54 +00:00
parent 84696ccc75
commit 32830195ee
5 changed files with 12 additions and 10 deletions

View File

@@ -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) )