diff options
Diffstat (limited to 'mod')
-rw-r--r-- | mod/poco.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/poco.php b/mod/poco.php index f437a0336..3ebc5ece4 100644 --- a/mod/poco.php +++ b/mod/poco.php @@ -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; } |