WSP-73
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
require_once '../../../wp-load.php';
|
||||
|
||||
$json = file_get_contents('php://input');
|
||||
//$json = file_get_contents('log.txt');
|
||||
//$json = file_get_contents('./log/superdesk.txt');
|
||||
|
||||
file_put_contents('log.txt', $json . "\n\n", FILE_APPEND);
|
||||
file_put_contents('./log/superdesk.txt', $json . "\n\n", FILE_APPEND);
|
||||
|
||||
$obj = json_decode($json, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user