allerta-vvf/server/logout.php

7 lines
92 B
PHP
Raw Normal View History

2020-04-27 23:27:39 +02:00
<?php
include("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");
?>