MISP/app/View/Errors/error403.ctp

10 lines
206 B
PHP

<div class="misp-error-container">
<h2><?php echo $name; ?></h2>
<?php if (!empty($message)): ?>
<p class="error">
<strong><?= __('Error'); ?>:</strong>
<?= $message; ?>
</p>
<?php endif; ?>
</div>