summaryrefslogtreecommitdiff
path: root/mobile/logout.php
blob: b9cadaa5cbbad38a0970ce202932248028692623 (plain)
1
2
3
4
5
6
7
8
9
<?php	
	require_once "functions.php";
	require_once "../sessions.php";
	require_once "../functions.php";

	logout_user();

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