saper has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/248321

Change subject: Define $wgResourceBasePath in LocalSettings.php
......................................................................

Define $wgResourceBasePath in LocalSettings.php

Bug: T116374
Change-Id: I459c1097ed7048c3fe24e636e9ea22ec2e3b2675
---
M includes/installer/LocalSettingsGenerator.php
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/21/248321/1

diff --git a/includes/installer/LocalSettingsGenerator.php 
b/includes/installer/LocalSettingsGenerator.php
index 5a2dd1a..9b03260 100644
--- a/includes/installer/LocalSettingsGenerator.php
+++ b/includes/installer/LocalSettingsGenerator.php
@@ -334,6 +334,9 @@
 \$wgScriptPath = \"{$this->values['wgScriptPath']}\";
 ${serverSetting}
 
+## The relative URL path to downloadable resources (images, scripts, etc.)
+\$wgResourceBasePath = \"\$wgScriptPath\";
+
 ## The relative 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']}\";

-- 
To view, visit https://gerrit.wikimedia.org/r/248321
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I459c1097ed7048c3fe24e636e9ea22ec2e3b2675
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: saper <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to