undo these bits of trinidad - we're going to do things differently

This commit is contained in:
friendica
2015-01-05 18:22:15 -08:00
parent 2dca165f9b
commit 39459c2d65
4 changed files with 4 additions and 5 deletions

View File

@@ -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);
}