Revision 892
Added by Matthias almost 16 years ago
version.php | ||
---|---|---|
37 | 37 |
} |
38 | 38 |
|
39 | 39 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
40 |
if(!defined('VERSION')) define('VERSION', '2.7');
|
|
40 |
if(!defined('VERSION')) define('VERSION', '2.8 BETA');
|
|
41 | 41 |
|
42 | 42 |
?> |
Also available in: Unified diff
replaced in news modul special chars with entities to get valid output;
changed SESSION ID Separator from '&' to '&' to get valid output
Removed the <p> tag around the news as it is added from the editor
set version to 2.8 BETA