This commit is contained in:
William 2023-02-03 13:59:22 +01:00
parent cbecf6d734
commit d8425b5c06
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,9 @@
<body>
<h1>Internal Server Error (××)</h1>
<?php if(!empty($error_message)): ?>
<div><?=$error_message?></div>
<pre>
<div><?=$error_message?></div>
</pre>
<?php endif; ?>
</body>
</html>