summaryrefslogtreecommitdiff
path: root/mobile/logout.php
diff options
context:
space:
mode:
Diffstat (limited to 'mobile/logout.php')
-rw-r--r--mobile/logout.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/mobile/logout.php b/mobile/logout.php
index 74e7a228d..f23fd9bb3 100644
--- a/mobile/logout.php
+++ b/mobile/logout.php
@@ -1,8 +1,9 @@
<?
- require_once "../sessions.php";
+ require_once "functions.php";
require_once "../config.php";
require_once "../functions.php";
+ require_once "../sessions.php";
logout_user();