Delete logout template.

This commit is contained in:
Greg Sarjeant 2025-06-02 21:39:02 -04:00
parent f635dd8724
commit 239e641f80

View File

@ -1,8 +0,0 @@
<?php
$_SESSION = [];
session_destroy();
$config = Config::load();
header('Location: ' . $config->basePath);
exit;