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, 0 insertions, 6 deletions
diff --git a/src/views/pages/auth/logout.html.php b/src/views/pages/auth/logout.html.php
deleted file mode 100644
index 2d00998..0000000
--- a/src/views/pages/auth/logout.html.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php global $VARS;
-$t = $VARS['template'];
-
-$t->header('Authentication');
-$t->paragraph('Logged out');
-$t->footer();