|
From: Paul S. O. <ps...@us...> - 2001-10-11 12:18:39
|
Update of /cvsroot/phpbb/phpBB2 In directory usw-pr-cvs1:/tmp/cvs-serv23496 Modified Files: install.php Log Message: Changed paths for language Index: install.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/install.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** install.php 2001/10/11 05:52:15 1.5 --- install.php 2001/10/11 12:18:37 1.6 *************** *** 161,165 **** // Import language file, setup template ... // ! include($phpbb_root_path.'language/lang_' . $language . '.'.$phpEx); $template = new Template($phpbb_root_path . "templates/" . $default_template); --- 161,165 ---- // Import language file, setup template ... // ! include($phpbb_root_path.'language/lang_' . $language . '/lang_main.'.$phpEx); $template = new Template($phpbb_root_path . "templates/" . $default_template); *************** *** 508,510 **** } } ! ?> --- 508,511 ---- } } ! ! ?> \ No newline at end of file |