disable events module. it is now disfunctional
This commit is contained in:
		| @@ -12,6 +12,9 @@ class Events extends \Zotlabs\Web\Controller { | ||||
|  | ||||
| 	function post() { | ||||
|  | ||||
| 		// this module is deprecated | ||||
| 		return; | ||||
| 	 | ||||
| 		logger('post: ' . print_r($_REQUEST,true), LOGGER_DATA); | ||||
| 	 | ||||
| 		if(! local_channel()) | ||||
| @@ -246,6 +249,9 @@ class Events extends \Zotlabs\Web\Controller { | ||||
| 	 | ||||
| 	function get() { | ||||
|  | ||||
| 		// this module is deprecated | ||||
| 		return; | ||||
| 	 | ||||
| 		if(argc() > 2 && argv(1) == 'ical') { | ||||
| 			$event_id = argv(2); | ||||
| 	 | ||||
|   | ||||
| @@ -1,8 +0,0 @@ | ||||
| [region=aside] | ||||
| [widget=eventstools][/widget] | ||||
| [widget=tasklist][/widget] | ||||
| [/region] | ||||
| [region=right_aside] | ||||
| [widget=notifications][/widget] | ||||
| [widget=newmember][/widget] | ||||
| [/region] | ||||
		Reference in New Issue
	
	Block a user