diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-05-28 15:14:52 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-05-28 15:14:52 -0400 |
commit | 445ef6d1481745cd4e7af7e671f534a25d4495dc (patch) | |
tree | 7990903e398d77339587595ef5a07df8464f5a2e /app/Templates/app_forbidden.php | |
parent | 75ab09e28b22e9a5676ee912482027926e271515 (diff) |
Add CSRF protections
Diffstat (limited to 'app/Templates/app_forbidden.php')
-rw-r--r-- | app/Templates/app_forbidden.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/Templates/app_forbidden.php b/app/Templates/app_forbidden.php new file mode 100644 index 00000000..0c035404 --- /dev/null +++ b/app/Templates/app_forbidden.php @@ -0,0 +1,9 @@ +<section id="main"> + <div class="page-header"> + <h2><?= t('Forbidden') ?></h2> + </div> + + <p class="alert alert-error"> + <?= t('Access Forbidden') ?> + </p> +</section>
\ No newline at end of file |