<?php
if (!session_id()) {
	session_start();
} else {
	session_destroy();
	session_start();
};
?>

<html>
<head>
	<meta http-equiv="X-UA-Compatible" content="IE=edge" />
	<meta http-equiv="content-type" content="text/html;charset=UTF-8" />

	<?php include_once("head.php") ?>

	<title>E-ügyfélszolgálat</title>
</head>
<body>
	<?php include("page/main.php"); ?>
</body>
</html>
