mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-29 10:49:23 +02:00
8 lines
163 B
PHP
8 lines
163 B
PHP
<?php
|
|
require_once 'engine/init.php'; include 'layout/overall/header.php';
|
|
|
|
if (isset($_SESSION)) {
|
|
session_destroy();
|
|
header('Location: index.php');
|
|
}
|
|
?>
|