diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2016-09-20 23:49:00 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2016-09-20 23:49:00 +0000 |
| commit | ed9ccfaa2f9e8762c5f417f33ce3986ff79bb306 (patch) | |
| tree | edad744a2457c171d7c62ed1a6fb9886b425ef88 | |
| parent | b261403d84a8257e612b51f39dd2379b2b89721d (diff) | |
switch wiki logo to https
| -rw-r--r-- | roles/mediawiki/templates/LocalSettings.php.fp.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/mediawiki/templates/LocalSettings.php.fp.j2 b/roles/mediawiki/templates/LocalSettings.php.fp.j2 index cffcff757..0feba91b9 100644 --- a/roles/mediawiki/templates/LocalSettings.php.fp.j2 +++ b/roles/mediawiki/templates/LocalSettings.php.fp.j2 @@ -482,7 +482,7 @@ $wgAllowUserJs = true; $wgEnableWriteAPI = true; -$wgLogo = "http://fedoraproject.org/static/images/fedora-logo.png"; +$wgLogo = "https://fedoraproject.org/static/images/fedora-logo.png"; ### LOCKDOWN PERMISSIONS ### $wgGroupPermissions['Legal']['read'] = true; |
