Revision 926
Added by doc almost 16 years ago
trunk/CHANGELOG | ||
---|---|---|
11 | 11 |
! = Update/Change |
12 | 12 |
|
13 | 13 |
------------------------------------- 2.8.0 ------------------------------------- |
14 |
14-Feb-2009 Christian Sommer |
|
15 |
# fixed wrong redirect path and added SVN Id |
|
14 | 16 |
13-Feb-2009 Christian Sommer |
15 | 17 |
+ added option to perform pre-installation checks to test requirements of Add-Ons |
16 | 18 |
# added error messages to installation process for Add-Ons with wrong file type |
trunk/wb/framework/addon.precheck.inc.php | ||
---|---|---|
12 | 12 |
* @author Christian Sommer |
13 | 13 |
* @copyright (c) 2009 |
14 | 14 |
* @license http://www.gnu.org/copyleft/lesser.html |
15 |
* @version 0.2.1
|
|
15 |
* @version 0.2.2
|
|
16 | 16 |
* @platform Website Baker 2.7 |
17 | 17 |
* |
18 | 18 |
* Website Baker Project <http://www.websitebaker.org/> |
... | ... | |
34 | 34 |
*/ |
35 | 35 |
|
36 | 36 |
// prevent this file from being accessed directly |
37 |
if (!defined('WB_PATH')) die(header('Location: ../../index.php'));
|
|
37 |
if (!defined('WB_PATH')) die(header('Location: ../index.php')); |
|
38 | 38 |
|
39 | 39 |
function getVersion($version, $strip_suffix = true) |
40 | 40 |
{ |
41 | 41 |
Also available in: Unified diff
fixed wrong redirect path and added Id tag