Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 925)
+++ trunk/CHANGELOG	(revision 926)
@@ -11,6 +11,8 @@
 ! = Update/Change
 
 ------------------------------------- 2.8.0 -------------------------------------
+14-Feb-2009 Christian Sommer
+#	fixed wrong redirect path and added SVN Id
 13-Feb-2009 Christian Sommer
 +	added option to perform pre-installation checks to test requirements of Add-Ons
 #	added error messages to installation process for Add-Ons with wrong file type
Index: trunk/wb/framework/addon.precheck.inc.php
===================================================================
--- trunk/wb/framework/addon.precheck.inc.php	(revision 925)
+++ trunk/wb/framework/addon.precheck.inc.php	(revision 926)
@@ -12,7 +12,7 @@
  * @author		Christian Sommer
  * @copyright	(c) 2009
  * @license		http://www.gnu.org/copyleft/lesser.html
- * @version		0.2.1
+ * @version		0.2.2
  * @platform	Website Baker 2.7
  *
  * Website Baker Project <http://www.websitebaker.org/>
@@ -34,7 +34,7 @@
 */
 
 // prevent this file from being accessed directly
-if (!defined('WB_PATH')) die(header('Location: ../../index.php'));
+if (!defined('WB_PATH')) die(header('Location: ../index.php'));
 
 function getVersion($version, $strip_suffix = true)
 {

Property changes on: trunk/wb/framework/addon.precheck.inc.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
