xcat-core/xCAT-UI/lib/logout.php

11 lines
175 B
PHP
Raw Normal View History

<?php
/**
* Allow the user to log out and log back in
*/
$TOPDIR = '..';
require_once "$TOPDIR/lib/functions.php";
logout();
header("Location: ../index.php");
?>