Update Subs.php

add https in front of rswiki link so it works again
This commit is contained in:
flame- 2014-02-22 22:37:53 -05:00
parent 737fa75941
commit ef33cfd501

View File

@ -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);
}
?>
?>