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/negozioVirtuale/logout.php

5 lines
73 B
PHP
Raw Normal View History

2017-05-22 14:16:25 +00:00
<?php
session_start();
session_destroy();
header('Location: login.php');