File "logout-20250124100219.php"

Full Path: /home/ihsagovz/qulla.xyz/admin-20250116072257/assets/vendor/bootstrap-icons/logout-20250124100219.php
File size: 124 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
    
    session_start();

    session_unset();

    session_destroy();

    @header("location: index");

?>