1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Accommodation_Management/controller/logout.php

4 lines
57 B
PHP
Raw Normal View History

2020-12-18 20:29:24 +01:00
<?php
$_SESSION = array();
session_destroy();
redirect();