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