MISP/app/View/Errors/error403.ctp

5 lines
142 B
PHP
Executable File

<h2><?php echo $name; ?></h2>
<p class="error">
<strong><?php __('Error'); ?>: </strong>
<?php printf(__('%s', true), "{$message}"); ?>
</p>