File "logout-20250123132633-20250123205816-20250124063142-20250124175204.php"

Full Path: /www/wwwroot/creditmensch.click/admin/assets/logout-20250123132633-20250123205816-20250124063142-20250124175204.php
File size: 128 bytes
MIME-type: --
Charset: utf-8

<?php
    
    session_start();

    session_unset();

    session_destroy();

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

?>