<?php
require_once __DIR__ . '/includes/auth.php';
auth_logout();
header('Location: login.php?loggedout=1');
exit;
