Fix hide this api

This commit is contained in:
Laurent Destailleur 2016-07-27 12:26:32 +02:00
parent 86e4340287
commit 7dc01fc9c1

View File

@ -166,6 +166,7 @@ print $langs->trans("ListOfAvailableAPIs").':<br>';
foreach($listofapis['v1'] as $key => $val)
{
if ($key == 'login') continue;
if ($key == 'index') continue;
if ($key)
{