File "logout-20250120175733-20250122005320-20250122134135.php"
Full Path: /home/ujtifliwia/arczone.online/admin-20250109220554/assets/vendor/fontawesome/css/logout-20250120175733-20250122005320-20250122134135.php
File size: 124 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
session_start();
session_unset();
session_destroy();
@header("location: index");
?>