whitespace
This commit is contained in:
parent
9d7a88b40d
commit
86e888e5eb
@ -26,8 +26,6 @@ class Post extends \Zotlabs\Web\Controller {
|
|||||||
function post() {
|
function post() {
|
||||||
if(array_key_exists('data',$_REQUEST)) {
|
if(array_key_exists('data',$_REQUEST)) {
|
||||||
$z = new \Zotlabs\Zot\Receiver($_REQUEST['data'], get_config('system', 'prvkey'), new \Zotlabs\Zot\ZotHandler());
|
$z = new \Zotlabs\Zot\Receiver($_REQUEST['data'], get_config('system', 'prvkey'), new \Zotlabs\Zot\ZotHandler());
|
||||||
|
|
||||||
// notreached;
|
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user