Revision 1239
Added by Dietmar almost 15 years ago
version.php | ||
---|---|---|
2 | 2 |
/**************************************************************************** |
3 | 3 |
* SVN Version information: |
4 | 4 |
* |
5 |
* $Id: version.php 1237 2010-01-11 12:37:12Z Luisehahne $
|
|
5 |
* $Id$ |
|
6 | 6 |
* |
7 | 7 |
* |
8 | 8 |
* |
... | ... | |
56 | 56 |
* @author Ryan Djurovich |
57 | 57 |
* @copyright 2004-2009, Ryan Djurovich |
58 | 58 |
* @copyright 2009-2010, Website Baker Org. e.V. |
59 |
* @version $Id: version.php 1237 2010-01-11 12:37:12Z Luisehahne $
|
|
59 |
* @version $Id$ |
|
60 | 60 |
* @platform WebsiteBaker 2.8.x |
61 | 61 |
* @requirements >= PHP 4.3.4 |
62 | 62 |
* @license http://www.gnu.org/licenses/gpl.html |
... | ... | |
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', '1238');
|
|
73 |
if(!defined('REVISION')) define('REVISION', '1239');
|
|
74 | 74 |
|
75 | 75 |
?> |
76 | 76 |
Also available in: Unified diff
fix open_basedir restriction in effect in save_post.php