2
0
mirror of https://github.com/Znote/ZnoteAAC.git synced 2025-05-13 01:19:21 +02:00
2020-08-02 14:48:13 +02: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');
}
?>