diff options
Diffstat (limited to 'web/html/rpc.php')
-rw-r--r-- | web/html/rpc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/rpc.php b/web/html/rpc.php index 033cba59..f94d5bc0 100644 --- a/web/html/rpc.php +++ b/web/html/rpc.php @@ -10,7 +10,7 @@ if ( $_SERVER['REQUEST_METHOD'] == 'GET' ) { if ( isset($_GET['type']) ) { echo $rpc_o->handle($_GET); } - else { + 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. |