Systems.Page/logout.php

8 lines
105 B
PHP

<?php include("head.php"); ?>
<?php
logout();
redirect("/login.php");
?>
<?php include("foot.php"); ?>