Revision 1255
Added by Luisehahne almost 16 years ago
| version.php | ||
|---|---|---|
| 27 | 27 |
* This file is where the WB release version is stored. |
| 28 | 28 |
* |
| 29 | 29 |
*/ |
| 30 |
/** |
|
| 30 |
/** |
|
| 31 |
* |
|
| 31 | 32 |
* @category admin |
| 32 | 33 |
* @package interface |
| 33 | 34 |
* @filesource $HeadURL$ |
| ... | ... | |
| 43 | 44 |
* @revision $Revision$ |
| 44 | 45 |
* @platform WebsiteBaker 2.8.x |
| 45 | 46 |
* @requirements PHP 4.3.4 and higher |
| 46 |
* @lastmodified $Date: $
|
|
| 47 |
* @lastmodified $Date$ |
|
| 47 | 48 |
* |
| 48 | 49 |
*/ |
| 49 | 50 |
|
| ... | ... | |
| 54 | 55 |
|
| 55 | 56 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
| 56 | 57 |
if(!defined('VERSION')) define('VERSION', '2.8.1');
|
| 57 |
if(!defined('REVISION')) define('REVISION', '1254');
|
|
| 58 |
if(!defined('REVISION')) define('REVISION', '1255');
|
|
| 58 | 59 |
|
| 59 | 60 |
?> |
| 60 | 61 | |
Also available in: Unified diff
Ticket #912 fix Search Template bug