mirror of
https://github.com/moparisthebest/moparscape.org-smf
synced 2025-02-16 07:00:09 -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
|
//xxx RS Wiki button
|
||||||
'rswiki' => array(
|
'rswiki' => array(
|
||||||
'title' => 'RS Wiki',
|
'title' => 'RS Wiki',
|
||||||
'href' => "//rswiki.moparisthebest.com/",
|
'href' => "https://rswiki.moparisthebest.com/",
|
||||||
'show' => true,
|
'show' => true,
|
||||||
),
|
),
|
||||||
'calendar' => array(
|
'calendar' => array(
|
||||||
@ -4554,4 +4554,4 @@ function remove_integration_function($hook, $function)
|
|||||||
$modSettings[$hook] = implode(',', $functions);
|
$modSettings[$hook] = implode(',', $functions);
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user