undo these bits of trinidad - we're going to do things differently
This commit is contained in:
@@ -12,7 +12,7 @@ function receive_post(&$a) {
|
||||
|
||||
|
||||
$enabled = intval(get_config('system','diaspora_enabled'));
|
||||
if(! $enabled || defined('TRINIDAD')) {
|
||||
if(! $enabled) {
|
||||
logger('mod-diaspora: disabled');
|
||||
http_status_exit(500);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user