Use require_once instead of include_once on the generated LocalSettings.php.
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 9 Sep 2004 05:08:47 +0000 (05:08 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 9 Sep 2004 05:08:47 +0000 (05:08 +0000)
commitc17b6e3e780629de9321a35d1d8c27d6d51131fe
treed16ac56ab5813157d6d6c7766d355e186e06dc54
parent52b1b6e9c332faf9dfd1aac60bdede2c00e0836d
Use require_once instead of include_once on the generated LocalSettings.php.
If it doesn't work,  everything will break and there may be register_globals
problems, so let's make extra sure.
config/index.php