mirror of
https://github.com/seigler/cryptohistory.org
synced 2025-07-27 01:36:11 +00:00
style fixes
This commit is contained in:
parent
7f00d09e1e
commit
654a9cd51f
2 changed files with 11 additions and 7 deletions
|
@ -44,7 +44,7 @@ if( !$match || !is_callable( $match['target'] ) || false === call_user_func_arra
|
|||
try {
|
||||
} catch (Exception $e) {
|
||||
header($_SERVER["SERVER_PROTOCOL"]." 500 Server Error", true, 500);
|
||||
echo 'There was some problem generating that for you.';
|
||||
echo '<h1>500 Server Error</h1><p>There was a problem generating this page</p>';
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue