Splitted the big "lib.inc.php3" into smaller libraries

This commit is contained in:
Loïc Chapeaux
2001-09-08 12:59:45 +00:00
parent a19282bdcd
commit 08c353d467
40 changed files with 2669 additions and 2554 deletions

View File

@@ -125,10 +125,11 @@ $cfgManualBase = 'http://www.mysql.com/documentation/mysql/bychapter';
*/
// Default language to use, if not browser-defined or user-defined
$cfgDefaultLang = 'en';
// Force: always use this language - must be defined in select_lang.inc.php3
// Force: always use this language - must be defined in
// libraries/select_lang.lib.php3
// $cfgLang = 'en';
// Loads language file
require('./select_lang.inc.php3');
require('./libraries/select_lang.lib.php3');
/**