HomePhabricator

* (bug 14047) Fix regression in installer which hid DB-specific options.

Description

  • (bug 14047) Fix regression in installer which hid DB-specific options. Also makes SQLite path configurable in the installer.

$wgSQLiteDataDir wasn't being initialized in DefaultSettings.php, potentially open to register_globals attacks. Now initialized to '', which gets interpreted as default.

Now adding only the options for the relevant DB to the generated LocalSettings.php

Details

Provenance
brionAuthored on
Parents
rSVN34456: Automated section restricting, simply restrict them if no setting is…
Branches
Unknown
Tags
Unknown
ChangeId
None