✏️ 正在编辑: DeactiveOpUser.php
路径:
/home/llpreacharge/public_html/Project/Admin/DeactiveOpUser.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php ob_start(); include'connection.php'; $Usr=$_GET['usr']; $OPCol=$_GET['OpCol']; $UpdateOpStatus="update OperatorActive set $OPCol='OFF' where Userid='$Usr'"; if(mysqli_query($con,$UpdateOpStatus)) { header("location:https://www.llprecharge.in/Admin/usar_active_operator.php?usr=$Usr"); } ob_end_flush(); ?>
💾 保存文件
← 返回文件管理器