diff options
author | friendica <info@friendica.com> | 2013-01-29 19:28:19 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-29 19:28:19 -0800 |
commit | e270bd3874bb4526138cc06cd26e2a1153778894 (patch) | |
tree | 3f58cbb7fd464421423fb250423d4781c80f036b /mod/poco.php | |
parent | fb9ccf5d1b39fc060c5752d28f89daf2378610d3 (diff) | |
download | volse-hubzilla-e270bd3874bb4526138cc06cd26e2a1153778894.tar.gz volse-hubzilla-e270bd3874bb4526138cc06cd26e2a1153778894.tar.bz2 volse-hubzilla-e270bd3874bb4526138cc06cd26e2a1153778894.zip |
mark for death implemented
Diffstat (limited to 'mod/poco.php')
-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; } |