allerta-vvf/server/logout.php

7 lines
91 B
PHP
Raw Normal View History

2020-04-27 23:27:39 +02:00
<?php
2020-11-13 18:57:47 +01:00
require "core.php";
2020-04-27 23:27:39 +02:00
init_class();
$user->logout();
2020-04-27 23:27:39 +02:00
$tools->redirect("index.php");
?>