Browse Source

Fix hide this api

Laurent Destailleur 9 years ago
parent
commit
7dc01fc9c1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      htdocs/api/admin/explorer.php

+ 1 - 0
htdocs/api/admin/explorer.php

@@ -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)
     {