NobuNobu
nobun****@users*****
2006年 5月 25日 (木) 21:27:23 JST
Index: xoops2jp/html/install/include/functions.php diff -u xoops2jp/html/install/include/functions.php:1.1.2.1 xoops2jp/html/install/include/functions.php:1.1.2.2 --- xoops2jp/html/install/include/functions.php:1.1.2.1 Tue Mar 7 22:11:39 2006 +++ xoops2jp/html/install/include/functions.php Thu May 25 21:27:23 2006 @@ -111,7 +111,7 @@ } function check_language($language){ - if ( file_exists('../modules/system/language/'.$language.'/modinfo.php') ) { + if ( file_exists('./language/'.$language.'/install.php') ) { return $language; } else { return 'english';