<?php
session_start();
$_SESSION['auth'] = false;
$_SESSION['useId'] = 0;
header("Location: login.php");
?>