Files
180081_PHP/templates/Error/error500.php
2025-12-01 21:02:58 +01:00

17 lines
283 B
PHP

<?php
/**
* @var \App\View\AppView $this
* @var string $message
* @var string $url
*/
use Cake\Core\Configure;
use Cake\Error\Debugger;
// ...existing code...
?>
<h2>Wystąpił błąd wewnętrzny.</h2>
<p class="error">
<strong>Błąd: </strong>
<?= h($message) ?>
</p>