Revision 1232
Added by Dietmar almost 15 years ago
version.php | ||
---|---|---|
4 | 4 |
* |
5 | 5 |
* $Id: version.php 1230 2009-12-28 23:34:48Z Luisehahne $ |
6 | 6 |
* |
7 |
* $Revision$ |
|
8 | 7 |
* |
8 |
* |
|
9 | 9 |
***************************************************************************** |
10 | 10 |
* WebsiteBaker |
11 | 11 |
* |
... | ... | |
70 | 70 |
|
71 | 71 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
72 | 72 |
if(!defined('VERSION')) define('VERSION', '2.8.1'); |
73 |
if(!defined('REVISION')) define('REVISION', '1231');
|
|
73 |
if(!defined('REVISION')) define('REVISION', '1232');
|
|
74 | 74 |
|
75 | 75 |
?> |
76 | 76 |
Also available in: Unified diff
fix Warning: stristr() [function.stristr]