allerta-vvf/server/logout.php

7 lines
92 B
PHP

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