mirror of
https://github.com/moparisthebest/moparscape.org-smf
synced 2024-11-21 16:25:12 -05:00
Update Subs.php
add https in front of rswiki link so it works again
This commit is contained in:
parent
737fa75941
commit
ef33cfd501
@ -4196,7 +4196,7 @@ function setupMenuContext()
|
||||
//xxx RS Wiki button
|
||||
'rswiki' => array(
|
||||
'title' => 'RS Wiki',
|
||||
'href' => "//rswiki.moparisthebest.com/",
|
||||
'href' => "https://rswiki.moparisthebest.com/",
|
||||
'show' => true,
|
||||
),
|
||||
'calendar' => array(
|
||||
@ -4554,4 +4554,4 @@ function remove_integration_function($hook, $function)
|
||||
$modSettings[$hook] = implode(',', $functions);
|
||||
}
|
||||
|
||||
?>
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user