Reverting a test code.
authorRotem Liss <rotem@users.mediawiki.org>
Fri, 4 Aug 2006 20:59:13 +0000 (20:59 +0000)
committerRotem Liss <rotem@users.mediawiki.org>
Fri, 4 Aug 2006 20:59:13 +0000 (20:59 +0000)
maintenance/commandLine.inc

index 68afea8..93edce1 100644 (file)
@@ -157,7 +157,7 @@ if ( file_exists( '/home/wikipedia/common/langlist' ) ) {
        if ( isset( $options['conf'] ) ) {
                $settingsFile = $options['conf'];
        } else {
-               $settingsFile = "../he/LocalSettings.php";
+               $settingsFile = "$IP/LocalSettings.php";
        }
 
        if ( ! is_readable( $settingsFile ) ) {