/var/www/(Del)hsihk.com/wp-content/plugins/bruteprotect/admin/pro/brute_test.php


1
2
3
4
5
6
7
8
9
10
11
<?php

$result 
= array();
if( empty( 
$_POST ) ) {
    
$result['error']   = true;
    
$result['message'] = 'No data found.';
} else {
    
$result $_POST;
}
echo 
json_encode$result );
exit;