File "logout.php"
Full Path: /home/quiczmwg/lightspringdigitals.com/dashboard-20260114051212/assets/css/logout.php
File size: 87 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
session_start();
session_destroy();
header("Location: ../login.php");
exit();
?>