summaryrefslogtreecommitdiff
path: root/app/Templates/user_forbidden.php
diff options
context:
space:
mode:
authorFrédéric Guillot <fred@kanboard.net>2014-05-28 15:14:52 -0400
committerFrédéric Guillot <fred@kanboard.net>2014-05-28 15:14:52 -0400
commit445ef6d1481745cd4e7af7e671f534a25d4495dc (patch)
tree7990903e398d77339587595ef5a07df8464f5a2e /app/Templates/user_forbidden.php
parent75ab09e28b22e9a5676ee912482027926e271515 (diff)
Add CSRF protections
Diffstat (limited to 'app/Templates/user_forbidden.php')
-rw-r--r--app/Templates/user_forbidden.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/Templates/user_forbidden.php b/app/Templates/user_forbidden.php
deleted file mode 100644
index 853159ba..00000000
--- a/app/Templates/user_forbidden.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<section id="main">
- <div class="page-header">
- <h2><?= t('Forbidden') ?></h2>
- </div>
-
- <p class="alert alert-error">
- <?= t('Only administrators can access to this page.') ?>
- </p>
-</section> \ No newline at end of file