Modified:
trunk/setup/installer.php
trunk/setup/upgrader.php
Log:
Well as to why settings.php isn't included is beyound me, IMHO it should.
Modified: trunk/setup/installer.php
==============================================================================
--- trunk/setup/installer.php (original)
+++ trunk/setup/installer.php Sat Oct 20 15:38:50 2007
@@ -14,6 +14,7 @@
*/
// INCLUDE NECESSARY CLASSES & FUNCTIONS
+include '../appg/settings.php';
$Configuration['SELF_URL'] = 'installer.php';
include '../library/Framework/StringManipulator.php';
include '../library/Framework/Context.php';
Modified: trunk/setup/upgrader.php
==============================================================================
--- trunk/setup/upgrader.php (original)
+++ trunk/setup/upgrader.php Sat Oct 20 15:38:50 2007
@@ -14,6 +14,7 @@
*/
// INCLUDE NECESSARY CLASSES & FUNCTIONS
+include '../appg/settings.php';
$Configuration['SELF_URL'] = 'upgrader.php';
include '../library/Framework/StringManipulator.php';
include '../library/Framework/Context.php';