✏️ 正在编辑: InactiveWrongRefund.php
路径:
/home/llpreacharge/public_html/Project/SubAdmin/InactiveWrongRefund.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php include'connection.php'; $id=$_GET['id']; $quUpdateRefund="update wallet set ActiveRefund='1' where Paynrechid='$id' and Transactiontype='Recharge_Refund'"; mysqli_query($con,$quUpdateRefund); header('location:Wrong_Refund.php'); ?>
💾 保存文件
← 返回文件管理器