:: **Zploit** v1.0 | Current Path: **/home/bbbncs7/amtechint.com/admin/**
:: Editing File: map_process.php
<?php include "param.php"; include "func.php"; include "chk_login.php"; if (chp('LVL') == 1) { if (chp('C_TYPE') == "EDIT") { if (chp('pdetail') != "") { $UPD = qry_run("Update tbl_maps Set pdetail = '".chp('pdetail')."' where mid = ".ch_lvl('mid').""); header("Location: maps.php"); die; } } } ?>