summaryrefslogtreecommitdiff
path: root/web/html/rpc.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/html/rpc.php')
-rw-r--r--web/html/rpc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/rpc.php b/web/html/rpc.php
index 033cba5..f94d5bc 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.