aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/logout.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/tpl/logout.tpl')
-rwxr-xr-xview/tpl/logout.tpl6
1 files changed, 0 insertions, 6 deletions
diff --git a/view/tpl/logout.tpl b/view/tpl/logout.tpl
deleted file mode 100755
index 7548ed196..000000000
--- a/view/tpl/logout.tpl
+++ /dev/null
@@ -1,6 +0,0 @@
-<form action="{{$dest_url}}" method="post" >
-<div class="logout-wrapper">
-<input type="hidden" name="auth-params" value="logout" />
-<input type="submit" name="submit" id="logout-button" value="{{$logout}}" />
-</div>
-</form>