summaryrefslogtreecommitdiff
path: root/apps/um/views/pages/auth/logout.html.php
blob: 2d00998ff51e9497c667f2ca651aadf436b33bf8 (plain)
1
2
3
4
5
6
<?php global $VARS;
$t = $VARS['template'];

$t->header('Authentication');
$t->paragraph('Logged out');
$t->footer();