From 4062af729a43af055384d0b068ebfe3db40db180 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 27 Sep 2004 07:25:53 +0000 Subject: [PATCH] Use 'includes/DefaultSettings.php' in preparation for running without include_path altered; things should now work if you just take that line out from LocalSettings. --- config/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/index.php b/config/index.php index 25c511d953..be5cffe75f 100644 --- a/config/index.php +++ b/config/index.php @@ -835,7 +835,7 @@ function writeLocalSettings( $conf ) { \$IP = \"{$slconf['IP']}\"; ini_set( \"include_path\", \".$sep\$IP$sep\$IP/includes$sep\$IP/languages\" ); -require_once( \"DefaultSettings.php\" ); +require_once( \"includes/DefaultSettings.php\" ); # If PHP's memory limit is very low, some operations may fail. " . ($conf->raiseMemory ? '' : '# ' ) . "ini_set( 'memory_limit', '20M' );" . " -- 2.20.1