summaryrefslogtreecommitdiffstats
path: root/rpc.php
diff options
context:
space:
mode:
Diffstat (limited to 'rpc.php')
-rw-r--r--rpc.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/rpc.php b/rpc.php
index 891f395..078fafd 100644
--- a/rpc.php
+++ b/rpc.php
@@ -116,6 +116,10 @@ class PHPFSPOT_RPC {
$fspot->get_calendar_matrix($_GET['year'], $_GET['month'], $_GET['day']);
break;
+ case 'what_to_do':
+ print $fspot->whatToDo();
+ break;
+
}
} // process_ajax_request();