There was an error while loading. Please reload this page.
1 parent cdbb4db commit c3330beCopy full SHA for c3330be
1 file changed
donations.php
@@ -20,13 +20,13 @@
20
if(isset($_GET['year'])){
21
$year = $_GET['year'];
22
}
23
- $url = "http://apis.stmorg.in/logs/donations?month=".$month."&year=".$year."&page=".$page;
+ $url = "https://apis.stmorg.in/logs/donations?month=".$month."&year=".$year."&page=".$page;
24
$data = get_api_data($url);
25
$data = json_decode($data, true);
26
$total_pages = $data['total_pages'];
27
$data = $data['data'];
28
}else{
29
- $url = "http://apis.stmorg.in/logs/donations?page=".$page;
+ $url = "https://apis.stmorg.in/logs/donations?page=".$page;
30
31
32
0 commit comments