From caa01cb6b1ee3a7123b1eeffc3db8ca368db7b46 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 14 Dec 2018 21:35:31 +0100 Subject: [PATCH] Fix url for community apps --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 452dd39..a8e0d2e 100644 --- a/index.php +++ b/index.php @@ -115,7 +115,7 @@ else if($app_status == 'community') { // If the user submitted his or her server and the app is community, redirects to the server if(isset($_POST['server']) AND !empty($_POST['server']) AND $app_status == 'community') { $server = rtrim(preg_replace('#^https?://#', '', $_POST['server']),"/"); - $url = 'https://'.$server.'/yunohost/admin/#/apps/install/apps'; + $url = 'https://'.$server.'/yunohost/admin/#/apps/install'; ?>