Revision 1244
Added by Dietmar almost 15 years ago
version.php | ||
---|---|---|
69 | 69 |
exit(0); |
70 | 70 |
} |
71 | 71 |
|
72 |
$tmp_revision = '$Revision'; |
|
72 | 73 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
73 | 74 |
if(!defined('VERSION')) define('VERSION', '2.8.1'); |
74 |
if(!defined('REVISION')) define('REVISION', '1243');
|
|
75 |
if(!defined('REVISION')) define('REVISION', $tmp_revision);
|
|
75 | 76 |
|
76 | 77 |
?> |
Also available in: Unified diff
Ticket #911 2. continue to fix CSS-errors in WB backend