installer: Define $wgResourceBasePath in LocalSettings.php

Bug: T116374
Bug: T75031
Change-Id: I459c1097ed7048c3fe24e636e9ea22ec2e3b2675
This commit is contained in:
saper 2015-10-23 14:40:00 +02:00
parent 5c63cce449
commit 9b6257a8c4

View file

@ -334,7 +334,10 @@ if ( !defined( 'MEDIAWIKI' ) ) {
\$wgScriptPath = \"{$this->values['wgScriptPath']}\";
${serverSetting}
## The relative URL path to the logo. Make sure you change this from the default,
## The URL path to static resources (images, scripts, etc.)
\$wgResourceBasePath = \$wgScriptPath;
## The URL path to the logo. Make sure you change this from the default,
## or else you'll overwrite your logo when you upgrade!
\$wgLogo = \"{$this->values['wgLogo']}\";