index
:
mystic-forum.git
feature/file-based-routing
main
A simple forum software written in PHP. See it in action at https://forum.mystic.jkohl.link/
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
application
/
views
/
alert_error.php
blob: c18546b06c0dba5bcb870337014ee4670ecc3288 (
plain
)
1
2
3
<div
class=
"alert alert-danger"
role=
"alert"
>
<?
=
htmlentities
(
$message
);
?>
</div>