Revision 1565
Added by Luisehahne about 13 years ago
index.php | ||
---|---|---|
52 | 52 |
if($database->query($sql)) { } |
53 | 53 |
} |
54 | 54 |
// --------------------------------------- |
55 |
$msg = ''; |
|
55 |
$msg = '<br />';
|
|
56 | 56 |
// check if it is neccessary to start the uograde-script |
57 | 57 |
if(($admin->get_user_id()==1) && file_exists(WB_PATH.'/upgrade-script.php')) { |
58 | 58 |
// check if it is neccessary to start the uograde-script |
... | ... | |
69 | 69 |
exit; |
70 | 70 |
} |
71 | 71 |
} else { |
72 |
$msg .= (file_exists(WB_PATH.'/upgrade-script.php') ? '<br />'.$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'].'<br />' : '');
|
|
72 |
$msg .= (file_exists(WB_PATH.'/upgrade-script.php') ? ''.$MESSAGE['START_UPGRADE_SCRIPT_EXISTS'].'<br />' : ''); |
|
73 | 73 |
} |
74 | 74 |
} |
75 | 75 |
} |
Also available in: Unified diff
fixed:: detection of serverdefined charsets more different