UnknownSec Bypass
403
:
/
var
/
www
/
zenithentcare
/
stmedicosoftware
/ [
drwxrwxr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
get_headerdetails.php
<?php require_once "config.php"; $query = "SELECT * from headersettingtb"; $result = mysqli_query($conn, $query); while($row = mysqli_fetch_array($result)) { $data["headertext"] = $row["headertext"]; $data["address1"] = $row["address1"]; $data["address2"] = $row["address2"]; $data["phoneno"] = $row["phoneno"]; $data["headerpath"] = $row["headerpath"]; $data["footerpath"] = $row["footerpath"]; $data["doctorsigpath"] = $row["doctorsigpath"]; $data["qrcodepath"] = $row["qrcodepath"]; $data["logoimagepath"] = $row["logoimagepath"]; } echo json_encode($data); ?>
Copyright © 2025 - UnknownSec