From 37091420ec57a050d936b616c1f7e03df06fdf26 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Mon, 4 Jun 2007 19:14:51 +0000 Subject: [PATCH 1/1] initial import git-svn-id: file:///var/lib/svn/phpfspot/trunk@10 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- rpc.php | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 rpc.php diff --git a/rpc.php b/rpc.php new file mode 100644 index 0000000..ac08129 --- /dev/null +++ b/rpc.php @@ -0,0 +1,58 @@ +handleRequest(); + + $fspot = new PHPFSPOT(); + + switch($_GET['action']) { + case 'showphoto': + print "test"; + break; + } + + } // process_ajax_request(); + +} + +$rpc = new PHPFSPOT_RPC(); +$rpc->process_ajax_request(); + +?> -- 2.25.1