<?php
require_once __DIR__ . '/../includes/auth.php';
auth_logout_admin();
header('Location: login.php');
exit;