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

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