diff --git a/web/html/rpc.php b/web/html/rpc.php index 415dcb82..64c95622 100644 --- a/web/html/rpc.php +++ b/web/html/rpc.php @@ -12,33 +12,6 @@ if ( isset($_GET['type']) ) { echo $rpc_o->handle($_GET); } else { - // dump a simple usage output for people to use. - // this could be moved to an api doc in the future, or generated from - // the AurJSON class directly with phpdoc. For now though, just putting it - // here. -?> -
-Each method requires the following HTTP GET syntax:
-type=methodname&arg=data-
Where methodname is the name of an allowed method, and data is the argument to the call.
-If you need jsonp type callback specification, you can provide an additional variable callback.
-