Index: trunk/phase3/includes/installer/CliInstaller.php |
— | — | @@ -32,7 +32,6 @@ |
33 | 33 | 'dbts2schema' => 'wgDBts2schema', |
34 | 34 | 'dbpath' => 'wgSQLiteDataDir', |
35 | 35 | 'scriptpath' => 'wgScriptPath', |
36 | | - 'wikiroot' => 'wgScriptPath', |
37 | 36 | 'upgrade' => 'cliUpgrade', /* As long as it isn't $confItems |
38 | 37 | * in LocalSettingsGenerator, we |
39 | 38 | * should be fine. */ |
Index: trunk/phase3/maintenance/install.php |
— | — | @@ -49,7 +49,6 @@ |
50 | 50 | $this->addOption( 'dbuser', 'The user to use for normal operations (wikiuser)', false, true ); |
51 | 51 | $this->addOption( 'dbpass', 'The pasword for the DB user for normal operations', false, true ); |
52 | 52 | $this->addOption( 'confpath', "Path to write LocalSettings.php to, default $IP", false, true ); |
53 | | - $this->addOption( 'wikiroot', "The URL to use for the wiki root (/wiki)", false, true ); |
54 | 53 | /* $this->addOption( 'dbschema', 'The schema for the MediaWiki DB in pg (mediawiki)', false, true ); */ |
55 | 54 | /* $this->addOption( 'dbtsearch2schema', 'The schema for the tsearch2 DB in pg (public)', false, true ); */ |
56 | 55 | /* $this->addOption( 'namespace', 'The project namespace (same as the name)', false, true ); */ |