whitespace

This commit is contained in:
zotlabs 2017-09-25 23:39:48 -07:00
parent 9d7a88b40d
commit 86e888e5eb

View file

@ -26,8 +26,6 @@ class Post extends \Zotlabs\Web\Controller {
function post() {
if(array_key_exists('data',$_REQUEST)) {
$z = new \Zotlabs\Zot\Receiver($_REQUEST['data'], get_config('system', 'prvkey'), new \Zotlabs\Zot\ZotHandler());
// notreached;
exit;
}