summaryrefslogtreecommitdiff
path: root/mobile/classic/logout.php
blob: b20cfc9a69d4147717b005ff157371db30049c97 (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");
?>