From 3818987c3a333cdf6d042a609d5531ac18886f87 Mon Sep 17 00:00:00 2001 From: Harry Burt Date: Fri, 27 May 2016 11:06:52 +0100 Subject: [PATCH] Update to use https --- script.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.php b/script.php index 281045e..f5c4450 100644 --- a/script.php +++ b/script.php @@ -38,7 +38,7 @@ array( 'name' => 'Good Article Review', 'points' => 4, 'lineStart' => '\#', 'hasMultipliers' => false ), ); $year = date( 'Y' ); - $apiBase = 'http://en.wikipedia.org/w/api.php?format=json&'; + $apiBase = 'https://en.wikipedia.org/w/api.php?format=json&'; // Other stuff ini_set( 'memory_limit', '16M' );