aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-19 22:48:32 -0700
committerredmatrix <git@macgirvin.com>2016-05-19 22:48:32 -0700
commit2cda18f354b39be138fa8f8f5b0ea0d041ffde61 (patch)
tree6b64b4b72355dd43574157f31e9b87a1fadb487d /Zotlabs/Daemon
parent2e83c17e2d4969263dbe87cf1b95faa8e71a7209 (diff)
downloadvolse-hubzilla-2cda18f354b39be138fa8f8f5b0ea0d041ffde61.tar.gz
volse-hubzilla-2cda18f354b39be138fa8f8f5b0ea0d041ffde61.tar.bz2
volse-hubzilla-2cda18f354b39be138fa8f8f5b0ea0d041ffde61.zip
remove test file
Diffstat (limited to 'Zotlabs/Daemon')
-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