mirror of
https://github.com/YunoHost/install-app.git
synced 2024-09-03 20:06:19 +02:00
Oops I broke things again
This commit is contained in:
parent
5d2069e01e
commit
48199f2024
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
$locale=json_decode(file_get_contents("locales/".$user_locale.".json"), true);
|
||||||
|
|
||||||
// Parse the apps list
|
// 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);
|
$apps_list=json_decode($apps_list_json, true);
|
||||||
|
|
||||||
// Check if the app is the apps list
|
// Check if the app is the apps list
|
||||||
|
|
Loading…
Reference in a new issue