summaryrefslogtreecommitdiff
path: root/apps/um/views/pages/plugins/401.html.php
blob: 5b1b22238d46ffd007226b90c74588e1880d1546 (plain)
1
2
3
4
5
6
7
8
9
<?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();