index
:
xssbook2
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
web
/
routes
/
error
/
views
/
error.php
blob: 3b926bc5d5ae6c0b4cf70051b14999978dec6e73 (
plain
)
1
2
3
4
<div
id=
"error"
>
<h1>
<?
=
$title
?>
</h1>
<span>
<?
=
$msg
?>
</span>
</div>