X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=rpc.php;h=704c921a63f9d9da033adbde9a25d9e9ab81e069;hp=9b56c48308967dd85ef41e9256919836e4d6bef6;hb=e0ff14d4bcc1659675a8c5208d4151a04c2b0de9;hpb=3567b8990c9cf323eea05e607c1cc1556b5e18f0 diff --git a/rpc.php b/rpc.php index 9b56c48..704c921 100644 --- a/rpc.php +++ b/rpc.php @@ -98,6 +98,11 @@ class PHPFSPOT_RPC { $fspot->startTagSearch($_GET['for']); break; + case 'get_export': + + $fspot->getExport($_GET['mode']); + break; + } } // process_ajax_request();