Revision 926
Added by doc over 16 years ago
| 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