From: Andreas Unterkircher Date: Mon, 4 Jun 2007 19:14:51 +0000 (+0000) Subject: initial import X-Git-Tag: phpfspot-1.2~325 X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=37091420ec57a050d936b616c1f7e03df06fdf26;hp=9ad429db3fa1ecfdca81cdd5a0925d112f3eb677 initial import git-svn-id: file:///var/lib/svn/phpfspot/trunk@10 fa6a889d-dae6-447d-9e79-4ba9a3039384 --- 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(); + +?>