Revision 2023
Added by darkviper almost 11 years ago
- mod-MultiLingual misconfiguration of language switches solved
upgrade.php | ||
---|---|---|
33 | 33 |
* @description provides a flexible posibility for changeing to a translated page |
34 | 34 |
*/ |
35 | 35 |
|
36 |
/* -------------------------------------------------------- */ |
|
36 |
/* ------------------------------------------------------------------------------------ */
|
|
37 | 37 |
// Must include code to stop this file being accessed directly |
38 | 38 |
if(!defined('WB_URL')) { |
39 | 39 |
require_once(dirname(dirname(dirname(__FILE__))).'/framework/globalExceptionHandler.php'); |
40 | 40 |
throw new IllegalFileException(); |
41 | 41 |
} |
42 |
/* -------------------------------------------------------- */ |
|
42 |
/* ------------------------------------------------------------------------------------ */
|
|
43 | 43 |
|
44 | 44 |
function mod_MultiLingual_upgrade($bDebug=false) { |
45 | 45 |
global $OK ,$FAIL; |
Also available in: Unified diff