aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Pushcall.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-04-19 19:02:48 -0700
committerredmatrix <git@macgirvin.com>2016-04-19 19:02:48 -0700
commit974390d5d295b852343e92ce30b7deb793220906 (patch)
treeba781f08a73f2e2fc86b7243d6c8bb4f3d86be4b /Zotlabs/Module/Pushcall.php
parent324771f8581222030947d9054a37dca99276e331 (diff)
downloadvolse-hubzilla-974390d5d295b852343e92ce30b7deb793220906.tar.gz
volse-hubzilla-974390d5d295b852343e92ce30b7deb793220906.tar.bz2
volse-hubzilla-974390d5d295b852343e92ce30b7deb793220906.zip
remove test files which were committed by accident
Diffstat (limited to 'Zotlabs/Module/Pushcall.php')
-rw-r--r--Zotlabs/Module/Pushcall.php19
1 files changed, 0 insertions, 19 deletions
diff --git a/Zotlabs/Module/Pushcall.php b/Zotlabs/Module/Pushcall.php
deleted file mode 100644
index c0b95159d..000000000
--- a/Zotlabs/Module/Pushcall.php
+++ /dev/null
@@ -1,19 +0,0 @@
-<?php
-namespace Zotlabs\Module;
-
-
-class Pushcall extends \Zotlabs\Web\Controller {
-
- function init() {
- logger('pushcall: received');
-
- $xml = file_get_contents('php://input');
-
- logger('received: ' . $xml);
-
-
-
-
- killme();
- }
-}