2025-02-26 13:42:34 +01:00

9 lines
161 B
PHP

<?php
require_once 'engine/init.php'; include 'layout/overall/header.php';
if (isset($_SESSION)) {
session_destroy();
header('Location: index.php');
}
?>