summaryrefslogtreecommitdiffstats
path: root/rpc.php
diff options
context:
space:
mode:
Diffstat (limited to 'rpc.php')
-rw-r--r--rpc.php5
1 files changed, 5 insertions, 0 deletions
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();