diff options
author | Friendika <info@friendika.com> | 2010-12-14 14:15:31 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-14 14:15:31 -0800 |
commit | 78d8bcbc6023ae62d84c77cd91619bf0f016d376 (patch) | |
tree | 515ac31e57505a76bfc21bc7a5503bdad65974b4 /index.php | |
parent | 46bc84b2f26fd1370a89a8954d743f23925a4a11 (diff) | |
download | volse-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.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } |