4
1
Fork 0
This repository has been archived on 2019-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
Cheaterliste/logout.php

7 lines
74 B
PHP
Raw Normal View History

2017-04-04 17:37:09 +00:00
<?php
session_start();
session_destroy();
echo "Logout erfolgreich";
?>