summaryrefslogtreecommitdiff
path: root/src/views/pages/auth/index.html.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/pages/auth/index.html.php')
-rw-r--r--src/views/pages/auth/index.html.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/views/pages/auth/index.html.php b/src/views/pages/auth/index.html.php
deleted file mode 100644
index ac80140..0000000
--- a/src/views/pages/auth/index.html.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<?php global $VARS;
-$t = $VARS['template'];
-$username = $VARS['username'];
-
-$t->header('Authentication');
-
-$t->openTag('div',array('class'=>'login'));
-$t->text("Logged in as ".htmlentities($username).'.');
-$t->logout_button('Logout');
-$t->closeTag('div');
-
-$t->footer(); \ No newline at end of file