UnknownSec Bypass
403
:
/
var
/
www
/
zenithentcare
/
stmedicosoftware
/ [
drwxrwxr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
get_holiday.php
<?php require_once "config.php"; $id= $_POST['id']; $query = "select * from masterappointmenttb where id='".$id."' and isdeleted=0"; $result = mysqli_query($conn, $query); while ($row=mysqli_fetch_array($result)) { $data["id"] = $row["id"]; $data["holidaydate"] = $row["holidaydate"]; $data["holidaydescription"] = $row["holidaydescription"]; } echo json_encode($data); ?>
Copyright © 2025 - UnknownSec