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