Index: install-helper.php
===================================================================
--- install-helper.php	(revision 6170)
+++ install-helper.php	(working copy)
@@ -1,5 +1,5 @@
 <?php
-require_once('../wp-config.php');
+require_once(ABSPATH . 'wp-config.php');
 $debug = 0;
 
 /**

