installer: Define $wgResourceBasePath in LocalSettings.php
Bug: T116374 Bug: T75031 Change-Id: I459c1097ed7048c3fe24e636e9ea22ec2e3b2675
This commit is contained in:
parent
5c63cce449
commit
9b6257a8c4
1 changed files with 4 additions and 1 deletions
|
|
@ -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']}\";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue