allerta-vvf/server/logout.php

7 lines
96 B
PHP
Raw Normal View History

2020-04-27 23:27:39 +02:00
<?php
include("secure.php");
init_class();
$utente->logout();
$tools->redirect("index.php");
?>