aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2010-12-14 14:15:31 -0800
committerFriendika <info@friendika.com>2010-12-14 14:15:31 -0800
commit78d8bcbc6023ae62d84c77cd91619bf0f016d376 (patch)
tree515ac31e57505a76bfc21bc7a5503bdad65974b4 /index.php
parent46bc84b2f26fd1370a89a8954d743f23925a4a11 (diff)
downloadvolse-hubzilla-78d8bcbc6023ae62d84c77cd91619bf0f016d376.tar.gz
volse-hubzilla-78d8bcbc6023ae62d84c77cd91619bf0f016d376.tar.bz2
volse-hubzilla-78d8bcbc6023ae62d84c77cd91619bf0f016d376.zip
personal config storage, template the vcard profile, logging failed uri's to help track down transient dreamhost issues
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index e91603a30..2f56d5414 100644
--- a/index.php
+++ b/index.php
@@ -131,6 +131,7 @@ if(strlen($a->module)) {
$a->module_loaded = true;
}
else {
+ logger('index.php: page not found: ' . $_SERVER['REQUEST_URI'] . ' QUERY: ' . $_SERVER['QUERY_STRING'], LOGGER_DEBUG);
header($_SERVER["SERVER_PROTOCOL"] . ' 404 ' . t('Not Found'));
notice( t('Page not found.' ) . EOL);
}