diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-06-07 15:30:35 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-06-07 15:30:35 +0000 |
commit | 588923cbaafe421b32ec55e2dd4c4bb04df625dd (patch) | |
tree | baecba852259a680b3379cbdfc1fd3654397f91f /rpc.php | |
parent | fe544d65af90df49390155616b9c864ea60ff2e5 (diff) |
some nice credit page
git-svn-id: file:///var/lib/svn/phpfspot/trunk@44 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'rpc.php')
-rw-r--r-- | rpc.php | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -83,6 +83,11 @@ class PHPFSPOT_RPC { $fspot->showBubbleDetails($_GET['id'], $_GET['direction']); break; + case 'showcredits': + + $fspot->showCredits(); + break; + } } // process_ajax_request(); |