This repository has been archived on 2019-01-15. You can view files and clone it, but cannot push or open issues or pull requests.
SistemiPHP/logout.php
2017-05-22 16:16:25 +02:00

4 lines
73 B
PHP

<?php
session_start();
session_destroy();
header('Location: login.php');