?

áEÓê¤ÎïLwebshll2019

Current Path : /home/webyoo/www/leumi/site/
Upload File :
Current File : /home/webyoo/www/leumi/site/delete_property.php

<?php
include "start.php";
extract($_POST);
if($id != ""){
	$myinsert = "DELETE FROM rent_properties WHERE id_property = $id";
	$sql = mysqli_query($link,$myinsert);
	mysqli_free_result($sql);
	echo "ok";
}
?>



web shell, Coded By 2019