X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=rpc.php;h=4599e11c8603598614ac292111bb499abc112276;hp=48b4c40502b3c07aa6839b98c435fa221d30c7d0;hb=dac334b46e3f2d939f8d106b98dc82a102e72423;hpb=d902cdfd067b6ae1356c537b4d5605307f3ed524 diff --git a/rpc.php b/rpc.php index 48b4c40..4599e11 100644 --- a/rpc.php +++ b/rpc.php @@ -83,6 +83,11 @@ class PHPFSPOT_RPC { $fspot->showBubbleDetails($_GET['id'], $_GET['direction']); break; + case 'showcredits': + + $fspot->showCredits(); + break; + } } // process_ajax_request();