File "logout.php"

Full path: C:/xampp/htdocs/www_real-20250703105326/logout.php
File size: 75 B (75 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor &nnbsp; Back

<?php
session_start();
session_destroy();
Header("Location: index.php");
?>