summaryrefslogtreecommitdiff
path: root/mobile/logout.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-21 23:47:44 +0400
committerAndrew Dolgov <[email protected]>2013-03-21 23:47:44 +0400
commitd98e76d9c2d6f0e5ef7ca4f9ef32bc6f7daf8ea2 (patch)
tree34cea56d4b01d8b657d9137a3c81689a892f6302 /mobile/logout.php
parent8ef7b02e4d45cd8494fd769140cfa091171e96d9 (diff)
remove long deprecated mobile/
Diffstat (limited to 'mobile/logout.php')
-rw-r--r--mobile/logout.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/mobile/logout.php b/mobile/logout.php
deleted file mode 100644
index 46d7ec8ee..000000000
--- a/mobile/logout.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
- require_once "mobile-functions.php";
-
- logout_user();
-
- header("Location: index.php");
-?>