On 3/17/08, Simetrical Simetrical+wikilist@gmail.com wrote:
There is no hook specifically for this purpose. There doesn't need to be: the variables are globals. You can set them from any hook you want. Just make sure the hook executes early enough that it's before the global is used elsewhere.
I wonder if beforeConfiguration/afterConfiguration hooks would be desirable, before and after LocalSettings.php is included respectively.