Revision 1253
Added by Dietmar almost 15 years ago
version.php | ||
---|---|---|
71 | 71 |
|
72 | 72 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
73 | 73 |
if(!defined('VERSION')) define('VERSION', '2.8.1'); |
74 |
if(!defined('REVISION')) define('REVISION', '1252');
|
|
74 |
if(!defined('REVISION')) define('REVISION', '1253');
|
|
75 | 75 |
|
76 | 76 |
?> |
Also available in: Unified diff
fix some more small css-errors in WB Backend (thanks to Ruebenwurzel)