aboutsummaryrefslogblamecommitdiffstats
path: root/Zotlabs/Module/Pushcall.php
blob: c0b95159d174ca26730cdfe845fb917041b28153 (plain) (tree)


















                                                        
<?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();
	}
}