On 10/17/06, Lane, Ryan Ryan.Lane@ocean.navo.navy.mil wrote:
I think this will overwrite the array... You'll probably need to take the one from defaultsettings, and change it accordingly.
$wgUrlProtocols[] = 'file://'; would add a new value to the end of an array.
$wgUrlProtocols = 'file://'; would overwrite the array.
See http://uk.php.net/function.array-push