disable mod post for now

This commit is contained in:
Mario
2021-05-25 12:17:45 +00:00
parent 51ad4fac01
commit a29dbaba21

View File

@@ -17,6 +17,7 @@ require_once('include/zot.php');
class Post extends \Zotlabs\Web\Controller {
function init() {
return;
if(array_key_exists('auth', $_REQUEST)) {
$x = new \Zotlabs\Zot\Auth($_REQUEST);
exit;
@@ -24,6 +25,7 @@ class Post extends \Zotlabs\Web\Controller {
}
function post() {
return;
if(array_key_exists('data',$_REQUEST)) {
$z = new \Zotlabs\Zot\Receiver($_REQUEST['data'], get_config('system', 'prvkey'), new \Zotlabs\Zot\ZotHandler());
exit;