This repository has been archived on 2023-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
web/public/confirm_logout.php
2022-01-24 11:46:44 +01:00

6 lines
165 B
PHP

<?php
$app = require '../app/inc.php';
$app->view('template/header', ["title" => "Bekreft avlogging"]);
$app->view('confirm_logout');
$app->view('template/footer');