✏️ 正在编辑: deactive_user.php
路径:
/home/llpreacharge/public_html/distributer/deactive_user.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php session_start(); if($_SESSION['did']) { $userid= $_SESSION['did']; } else { header('location:../login.php'); } ?> <?php include'connection.php'; $uid=$_GET['id']; $rquery="update retailer set Active=0 where Userid=$uid"; mysqli_query($con,$rquery); header('location:view_all_deactive.php'); ?>
💾 保存文件
← 返回文件管理器