Skip to content

Commit

Permalink
Update to use https
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarry1250 committed May 27, 2016
1 parent 120a25d commit 3818987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' );
Expand Down

0 comments on commit 3818987

Please sign in to comment.