aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Rcho.php
diff options
context:
space:
mode:
Diffstat (limited to 'Zotlabs/Daemon/Rcho.php')
-rw-r--r--Zotlabs/Daemon/Rcho.php13
1 files changed, 0 insertions, 13 deletions
diff --git a/Zotlabs/Daemon/Rcho.php b/Zotlabs/Daemon/Rcho.php
deleted file mode 100644
index 873f0a743..000000000
--- a/Zotlabs/Daemon/Rcho.php
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php
-
-namespace Zotlabs\Daemon;
-
-class Rcho {
-
- static public function run($argc,$argv) {
- logger('argc: ' . $argc);
- logger('argv: ' . print_r($argv,true));
-
- }
-
-} \ No newline at end of file