diff options
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Daemon/Rcho.php | 13 |
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 |