NoteOnMe博客平台搭建
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

5 行
136 B

3 年前
  1. <?php
  2. require_once "pdo.php";
  3. session_start();
  4. unset($_SESSION['user_id']);
  5. unset($_SESSION["name"]);
  6. header( 'Location: index.php' ) ;