diff --git a/web/html/rpc.php b/web/html/rpc.php index 399c9ad6..240cad15 100644 --- a/web/html/rpc.php +++ b/web/html/rpc.php @@ -11,13 +11,14 @@ if ( $_SERVER['REQUEST_METHOD'] == '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 + // 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. echo ''; echo 'The methods currently allowed are:
'; echo '
'; echo 'Each method requires the following HTTP GET syntax:
'; echo '   type=methodname&arg=data

';