Revision 1268
Added by Luisehahne almost 16 years ago
| version.php | ||
|---|---|---|
| 31 | 31 |
* |
| 32 | 32 |
* @category admin |
| 33 | 33 |
* @package interface |
| 34 |
* @filesource $HeadURL$ |
|
| 35 |
* @author Ryan Djurovich |
|
| 36 |
* @copyright 2004-2009, Ryan Djurovich |
|
| 37 |
* |
|
| 38 | 34 |
* @author WebsiteBaker Project |
| 39 |
* @link http://www.websitebaker2.org/ |
|
| 40 |
* @copyright 2009-2010, Website Baker Org. e.V. |
|
| 41 |
* @link http://start.websitebaker2.org/impressum-datenschutz.php |
|
| 42 |
* @license http://www.gnu.org/licenses/gpl.html |
|
| 35 |
* @copyright 2004-2009, Ryan Djurovich |
|
| 36 |
* @copyright 2009-2010, Website Baker Org. e.V. |
|
| 37 |
* @link http://www.websitebaker2.org/ |
|
| 38 |
* @license http://www.gnu.org/licenses/gpl.html |
|
| 39 |
* @platform WebsiteBaker 2.8.x |
|
| 40 |
* @requirements PHP 4.3.4 and higher |
|
| 41 |
* @requirements PHP 4.3.4 and higher |
|
| 42 |
* @revision $Revision$ |
|
| 43 | 43 |
* @version $Id$ |
| 44 |
* @revision $Revision$ |
|
| 45 |
* @platform WebsiteBaker 2.8.x |
|
| 46 |
* @requirements PHP 4.3.4 and higher |
|
| 44 |
* @filesource $HeadURL$ |
|
| 47 | 45 |
* @lastmodified $Date$ |
| 48 | 46 |
* |
| 49 | 47 |
*/ |
| ... | ... | |
| 55 | 53 |
|
| 56 | 54 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
| 57 | 55 |
if(!defined('VERSION')) define('VERSION', '2.8.1');
|
| 58 |
if(!defined('REVISION')) define('REVISION', '1267');
|
|
| 56 |
if(!defined('REVISION')) define('REVISION', '1268');
|
|
| 59 | 57 |
|
| 60 | 58 |
?> |
Also available in: Unified diff
update header info