pv_project/site/deco.php

11 lines
104 B
PHP
Raw Permalink Normal View History

2025-07-17 08:15:19 +00:00
<?php
session_start();
$_SESSION=array();
unset($_SESSION);
header('location:index.php');
exit();
?>