✏️ 正在编辑: MinusDiffDeactive.php
路径:
/home/llpreacharge/public_html/SubAdmin/MinusDiffDeactive.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php include'connection.php'; if($_GET['RechDeactiveId']) { $RechDeactiveId=$_GET['RechDeactiveId']; $qu="update recharge set ActiveMinus=1 where Id='$RechDeactiveId'"; if(mysqli_query($con,$qu)) { header('location:MinusDiff.php'); } } elseif($_GET['RechLockId']) { $RechLockId=$_GET['RechLockId']; $qu="update recharge set DiffLock='LOCK' where Id='$RechLockId'"; if(mysqli_query($con,$qu)) { header('location:MinusDiff.php'); } } elseif($_GET['RechUnlockId']) { $RechUnlockId=$_GET['RechUnlockId']; $qu="update recharge set DiffLock='UNLOCK' where Id='$RechUnlockId'"; if(mysqli_query($con,$qu)) { header('location:MinusDiff.php'); } } ?>
💾 保存文件
← 返回文件管理器