mirror of
https://github.com/friendica/friendica
synced 2025-12-07 18:47:10 +01:00
personal config storage, template the vcard profile, logging failed uri's to help track down transient dreamhost issues
This commit is contained in:
parent
46bc84b2f2
commit
78d8bcbc60
7 changed files with 266 additions and 7 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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue