From 7dc01fc9c10546c510679d773a4a4eb3865b3c0b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 27 Jul 2016 12:26:32 +0200 Subject: [PATCH] Fix hide this api --- htdocs/api/admin/explorer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/api/admin/explorer.php b/htdocs/api/admin/explorer.php index 3f1394d3866..31c6a93cdf0 100644 --- a/htdocs/api/admin/explorer.php +++ b/htdocs/api/admin/explorer.php @@ -166,6 +166,7 @@ print $langs->trans("ListOfAvailableAPIs").':
'; foreach($listofapis['v1'] as $key => $val) { if ($key == 'login') continue; + if ($key == 'index') continue; if ($key) {