File "logout.php"
Full Path: /www/wwwroot/creditmensch.click/app/logout.php
File size: 87 bytes
MIME-type: --
Charset: utf-8
<?php
session_start();
session_destroy();
session_unset();
header("Location: ./");