Project

General

Profile

« Previous | Next » 

Revision 926

Added by doc almost 16 years ago

fixed wrong redirect path and added Id tag

View differences:

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