<? include('../mb.php'); if($_GET['output'] == 'json') { include("api.json.php"); } else { include('api.documentation.php'); } ?>