✏️ 正在编辑: logout.php
路径:
/home/llpreacharge/public_html/Distributers/logout.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php ob_start(); session_start('kbuid'); session_destroy(); if($_SESSION['kbuid']) { $userid= $_SESSION['kbuid']; header('location:index.php'); } else { header('location:../login.php'); } ob_end_flush(); ?>
💾 保存文件
← 返回文件管理器