summaryrefslogtreecommitdiff
path: root/src/views/pages/auth/logout.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/pages/auth/logout.html.php')
-rw-r--r--src/views/pages/auth/logout.html.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/views/pages/auth/logout.html.php b/src/views/pages/auth/logout.html.php
new file mode 100644
index 0000000..2d00998
--- /dev/null
+++ b/src/views/pages/auth/logout.html.php
@@ -0,0 +1,6 @@
+<?php global $VARS;
+$t = $VARS['template'];
+
+$t->header('Authentication');
+$t->paragraph('Logged out');
+$t->footer();