UnknownSec Bypass
403
:
/
var
/
www
/
zenithentcare
/
upanel
/ [
drwxrwxr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
delete_notification.php
<?php include "../config.php"; if($_SESSION["mobileno"]==''){ header("Location: {$hostname}/patient_login.php"); } $id=$_GET['id']; $sql="UPDATE notificationdetailstb SET isdeleted=1 WHERE id={$id}"; if(mysqli_query($conn,$sql)){ header("Location: {$hostname}/upanel/list_notification.php"); }else{ echo "<p style='color:red, margin: 10px 0px'>Can not delete user record.</p>"; } mysqli_close($conn); ?>
Copyright © 2025 - UnknownSec