File "logout-20250123012953-20250123204122-20250124030337.php"

Full Path: /www/wwwroot/creditmensch.click/admin/functions/logout-20250123012953-20250123204122-20250124030337.php
File size: 128 bytes
MIME-type: --
Charset: utf-8

<?php
    
    session_start();

    session_unset();

    session_destroy();

    @header("location: index.php");

?>