summaryrefslogtreecommitdiff
path: root/src/views/pages/plugins/401.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/pages/plugins/401.html.php')
-rw-r--r--src/views/pages/plugins/401.html.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/views/pages/plugins/401.html.php b/src/views/pages/plugins/401.html.php
deleted file mode 100644
index 5b1b222..0000000
--- a/src/views/pages/plugins/401.html.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php global $VARS;
-$t = $VARS['template'];
-
-$t->status('401 Unauthorized');
-$t->header('Unauthorized');
-$t->tag('h1',array(),"401: Unauthorized");
-$t->paragraph('You need to be logged in as an admin to edit global plugin '.
- 'settings.');
-$t->footer();