diff options
author | Friendika <info@friendika.com> | 2011-08-14 18:13:52 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-14 18:13:52 -0700 |
commit | 79529612226dc89b90df33ba066a530d0e716a69 (patch) | |
tree | 7da0af3bf3bb5459aa0f5bf81f86cece0ebbe682 /index.php | |
parent | 3a0727d4961aa5743e1f9365c8a3848cfb24a66b (diff) | |
download | volse-hubzilla-79529612226dc89b90df33ba066a530d0e716a69.tar.gz volse-hubzilla-79529612226dc89b90df33ba066a530d0e716a69.tar.bz2 volse-hubzilla-79529612226dc89b90df33ba066a530d0e716a69.zip |
diaspora probe/scrape changes
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -205,7 +205,7 @@ if(strlen($a->module)) { goaway($a->get_baseurl() . $_SERVER['REQUEST_URI']); } - logger('index.php: page not found: ' . $_SERVER['REQUEST_URI'] . ' QUERY: ' . $_SERVER['QUERY_STRING'], LOGGER_DEBUG); + logger('index.php: page not found: ' . $_SERVER['REQUEST_URI'] . ' ADDRESS: ' . $_SERVER['REMOTE_ADDR'] . ' QUERY: ' . $_SERVER['QUERY_STRING'], LOGGER_DEBUG); header($_SERVER["SERVER_PROTOCOL"] . ' 404 ' . t('Not Found')); notice( t('Page not found.' ) . EOL); } |