aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Cli_suggest.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Daemon/Cli_suggest.php')
-rw-r--r--Zotlabs/Daemon/Cli_suggest.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/Zotlabs/Daemon/Cli_suggest.php b/Zotlabs/Daemon/Cli_suggest.php
new file mode 100644
index 000000000..5dced462d
--- /dev/null
+++ b/Zotlabs/Daemon/Cli_suggest.php
@@ -0,0 +1,14 @@
+<?php /** @file */
+
+namespace Zotlabs\Daemon;
+
+require_once('include/socgraph.php');
+
+class Cli_suggest {
+
+ static public function run($argc,$argv) {
+
+ update_suggestions();
+
+ }
+}