allerta-vvf/server/logout.php

7 lines
91 B
PHP

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