File "logout-20250119045746-20250120103538-20250120154655.php"

Full Path: /home/ujtifliwia/arczone.online/admin/assets/vendor/logout-20250119045746-20250120103538-20250120154655.php
File size: 124 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
    
    session_start();

    session_unset();

    session_destroy();

    @header("location: index");

?>