diff options
Diffstat (limited to 'web/html/rpc.php')
-rw-r--r-- | web/html/rpc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/rpc.php b/web/html/rpc.php index b2c244b..18ad3ec 100644 --- a/web/html/rpc.php +++ b/web/html/rpc.php @@ -26,14 +26,14 @@ The methods currently allowed are: <br /> <li>msearch</li> </ul> <br /> Each method requires the following HTTP GET syntax: <br /> - type=<i>methodname</i>&arg=<i>data</i> + type=<i>methodname</i>&arg=<i>data</i> <br /><br /> Where <i>methodname</i> is the name of an allowed method, and <i>data</i> is the argument to the call. <br /><br /> If you need jsonp type callback specification, you can provide an additional variable <i>callback</i>. <br /> Example URL: <br /> - http://aur-url/rpc.php?type=search&arg=foobar&callback=jsonp1192244621103 + http://aur-url/rpc.php?type=search&arg=foobar&callback=jsonp1192244621103 </body></html> <?php // close if statement |