This commit is contained in:
William 2023-02-03 14:00:23 +01:00
parent d8425b5c06
commit b15b20e53b
1 changed files with 1 additions and 3 deletions

View File

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