10 lines
96 B
Plaintext
10 lines
96 B
Plaintext
|
<?php
|
||
|
/*
|
||
|
*
|
||
|
*/
|
||
|
?>
|
||
|
<div class="box">
|
||
|
<h1><?=$error["title"];?></h1>
|
||
|
<?=$error["text"];?>
|
||
|
</div>
|