From ef33cfd50159e26e41f307c6c8f681763e4aa8cd Mon Sep 17 00:00:00 2001 From: flame- Date: Sat, 22 Feb 2014 22:37:53 -0500 Subject: [PATCH] Update Subs.php add https in front of rswiki link so it works again --- Sources/Subs.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/Subs.php b/Sources/Subs.php index c5c340e..d010672 100644 --- a/Sources/Subs.php +++ b/Sources/Subs.php @@ -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); } -?> \ No newline at end of file +?>