✏️ 正在编辑: auto_failed_deactive.php
路径:
/home/llpreacharge/public_html/Admin/auto_failed_deactive.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php session_start(); if($_SESSION['adm']) { $userid= $_SESSION['adm']; } else { header('location:../login.php'); } ?> <?php include'connection.php'; $updateStatus="update Auto_Failed set Status='Deactive' where Id='1'"; if(mysqli_query($con,$updateStatus)) { header('location:admin.php'); } ?>
💾 保存文件
← 返回文件管理器