6 lines
165 B
PHP
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');
|