mark for death implemented

This commit is contained in:
friendica
2013-01-29 19:28:19 -08:00
parent fb9ccf5d1b
commit e270bd3874
3 changed files with 52 additions and 13 deletions

View File

@@ -18,7 +18,7 @@ function poco_init(&$a) {
$c = q("select * from pconfig where cat = 'system' and k = 'suggestme' and v = 1");
if(! $c) {
logger('mod_poco: system mode. No candidates.', LOGGER_DEBUG);
http_status_exit(401);
http_status_exit(404);
}
$system_mode = true;
}