Skip to content

Commit 1b5b67b

Browse files
committed
use udemy-coupon-dump service instead of filesystem
1 parent 0bbf213 commit 1b5b67b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
//UDEMY COUPONS
6666
$archlinux = $essentials = $e101 = $e102 = "";
6767

68-
$json_data = file_get_contents('udemy_coupons.json');
68+
$json_data = file_get_contents('http://udemy-coupon-dump');
6969
$data = json_decode($json_data, true);
7070

7171
$essentials = $data["Essentials"];

0 commit comments

Comments
 (0)