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