aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-08-14 18:13:52 -0700
committerFriendika <info@friendika.com>2011-08-14 18:13:52 -0700
commit79529612226dc89b90df33ba066a530d0e716a69 (patch)
tree7da0af3bf3bb5459aa0f5bf81f86cece0ebbe682 /index.php
parent3a0727d4961aa5743e1f9365c8a3848cfb24a66b (diff)
downloadvolse-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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 0c40c0729..80e8ca3b0 100644
--- a/index.php
+++ b/index.php
@@ -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);
}