Compare commits
5 Commits
eafcf2315e
...
624b2f8b31
Author | SHA1 | Date | |
---|---|---|---|
624b2f8b31 | |||
5d10d13730 | |||
bb29bf1fb8 | |||
540155b7eb | |||
6f7455cfa9 |
@ -2,7 +2,7 @@
|
||||
|
||||
@section(main)
|
||||
<h2>500 | Internal server error</h2>
|
||||
<p>An error occured during processing your request. <a href="<?= Container::$routeCollection->getRoute('index')->generateLink() ?>" title="<?= $_ENV['APP_NAME'] ?>">Back to start.</a></p>
|
||||
<p>An error occured during processing your request. <a href="<?= Container::$routeCollection->getRoute('home')->generateLink() ?>" title="<?= $_ENV['APP_NAME'] ?>">Back to start.</a></p>
|
||||
<?php if (isset($exceptionToPrint)): ?>
|
||||
<pre class="marginTop">
|
||||
<?= $exceptionToPrint ?>
|
||||
|
Loading…
Reference in New Issue
Block a user