xssbook2/web/views/apps/error/main.php

7 lines
147 B
PHP
Raw Normal View History

2024-03-30 16:14:42 +00:00
<?php /* Copyright (c) 2024 Freya Murphy */ ?>
<?php /* vi: syntax=php */ ?>
<div id="error">
<h1><?=$title?></h1>
<span><?=$msg?></span>
</div>