disable events module. it is now disfunctional

This commit is contained in:
Mario Vavti
2019-06-17 10:16:49 +02:00
parent 92f5d8c8be
commit 9507f191b0
2 changed files with 6 additions and 8 deletions

View File

@@ -11,6 +11,9 @@ require_once('include/html2plain.php');
class Events extends \Zotlabs\Web\Controller {
function post() {
// this module is deprecated
return;
logger('post: ' . print_r($_REQUEST,true), LOGGER_DATA);
@@ -245,6 +248,9 @@ class Events extends \Zotlabs\Web\Controller {
function get() {
// this module is deprecated
return;
if(argc() > 2 && argv(1) == 'ical') {
$event_id = argv(2);