summaryrefslogtreecommitdiff
path: root/mobile/logout.php
blob: 46d7ec8ee7483c5926623995de091e495cf00fc1 (plain)
1
2
3
4
5
6
7
<?php
	require_once "mobile-functions.php";

	logout_user();

	header("Location: index.php");
?>