diff options
Diffstat (limited to 'Zotlabs/Module/Pushcall.php')
-rw-r--r-- | Zotlabs/Module/Pushcall.php | 19 |
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(); - } -} |