From 48199f20247a7489ac4a16d1658d6c516b5c262c Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 6 Aug 2022 17:54:31 +0200 Subject: [PATCH] Oops I broke things again --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index a8c6058..56ebc1a 100644 --- a/index.php +++ b/index.php @@ -9,7 +9,7 @@ if (!file_exists("locales/".$user_locale.".json")) { $user_locale = 'en'; } $locale=json_decode(file_get_contents("locales/".$user_locale.".json"), true); // Parse the apps list -$apps_list_json=file_get_contents("http://app.yunohost.org/apps.json"); +$apps_list_json=file_get_contents("https://app.yunohost.org/default/v2/apps.json"); $apps_list=json_decode($apps_list_json, true); // Check if the app is the apps list