We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b11a4ff commit b5335baCopy full SHA for b5335ba
1 file changed
landing.php
@@ -3,7 +3,6 @@
3
use phpweb\Navigation\NavCardItem;
4
use phpweb\News\NewsHandler;
5
6
-try {
7
(function ($uri): void {
8
// Special redirect cases not able to be captured in error.php
9
$shortcuts = [
@@ -477,7 +476,3 @@ function drawBranchInfo(array $release): void
477
476
'include_section' => false,
478
"atom" => "/feed.atom", // Add a link to the feed at the bottom
479
]);
480
-} catch (Throwable $e) {
481
- http_response_code(500);
482
- die((string)$e);
483
-}
0 commit comments