diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2007-07-20 17:59:03 +0000 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2007-07-20 17:59:03 +0000 |
commit | 005562e4a4fb2b37fc6f1d4a8ca4a9c11ab42ed1 (patch) | |
tree | c7b99f7229c044b75c5754dc162c3633528724e4 /rpc.php | |
parent | 51ab51f6a487cd793e523aebb61ed43c2b7314bf (diff) |
issue46, first slideshow implementation
git-svn-id: file:///var/lib/svn/phpfspot/trunk@225 fa6a889d-dae6-447d-9e79-4ba9a3039384
Diffstat (limited to 'rpc.php')
-rw-r--r-- | rpc.php | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -112,6 +112,14 @@ class PHPFSPOT_RPC { print $fspot->whatToDo(); break; + case 'reset_slideshow': + print $fspot->resetSlideShow(); + break; + + case 'get_next_slideshow_img': + print $fspot->getNextSlideShowImage(); + break; + } } // process_ajax_request(); |