Revision 634
Added by Matthias almost 18 years ago
| index.php | ||
|---|---|---|
| 26 | 26 |
require('../config.php');
|
| 27 | 27 |
header('Location: '.WB_URL.'/');
|
| 28 | 28 |
|
| 29 |
?> |
|
| 29 |
?> |
|
Also available in: Unified diff
| index.php | ||
|---|---|---|
| 26 | 26 |
require('../config.php');
|
| 27 | 27 |
header('Location: '.WB_URL.'/');
|
| 28 | 28 |
|
| 29 |
?> |
|
| 29 |
?> |
|
Also available in: Unified diff
Replaced all special chars in language files with htmlentities or unicode.
Added some missing lines in language files.