From 588923cbaafe421b32ec55e2dd4c4bb04df625dd Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Thu, 7 Jun 2007 15:30:35 +0000 Subject: some nice credit page git-svn-id: file:///var/lib/svn/phpfspot/trunk@44 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- rpc.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rpc.php') 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(); -- cgit v1.2.3-18-g5258