From: <on...@us...> - 2002-09-18 23:39:19
|
Update of /cvsroot/xoops/xoops-current/html In directory usw-pr-cvs1:/tmp/cvs-serv17102 Modified Files: install.php Log Message: no message Index: install.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/install.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** install.php 18 Sep 2002 23:28:58 -0000 1.11 --- install.php 18 Sep 2002 23:39:16 -0000 1.12 *************** *** 58,62 **** } include_once("modules/system/cache/config.php"); ! if ( file_exists("language/".$language."/global.php") ) { include_once("language/".$language."/global.php"); } elseif ( file_exists("language/english/global.php") ) { --- 58,62 ---- } include_once("modules/system/cache/config.php"); ! if ( file_exists('language/'.$language.'/global.php') ) { include_once("language/".$language."/global.php"); } elseif ( file_exists("language/english/global.php") ) { |