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