UnknownSec Bypass
403
:
/
var
/
www
/
cotutilitydash
/ [
drwxrwxr-x
]
Menu
Upload
Mass depes
Mass delete
Terminal
Info server
About
name :
get_equipment.php
<?php require_once "config.php"; $area=$_POST['area']; $query=mysqli_query($conn,"SELECT id, equipment FROM mastertb where area='".$area."' and identifier='3' and isdeleted='".$gnotdeleted."'"); while($row=mysqli_fetch_array($query)) { $result[] = array( 'tid' => $row['id'], 'tname' => $row['equipment'], ); } echo json_encode($result); ?>
Copyright © 2025 - UnknownSec