allerta-vvf/server/logout.php

7 lines
96 B
PHP

<?php
include("secure.php");
init_class();
$utente->logout();
$tools->redirect("index.php");
?>