13 lines
291 B
PHP
13 lines
291 B
PHP
|
|
|
||
|
|
<?php
|
||
|
|
|
||
|
|
$content = file_get_contents('php://input');
|
||
|
|
|
||
|
|
|
||
|
|
require_once($_SERVER['DOCUMENT_ROOT']."/callevents/mts.php");
|
||
|
|
|
||
|
|
//file_put_contents($_SERVER['DOCUMENT_ROOT']."/callevents/log_mts.txt", $content."\n", FILE_APPEND);
|
||
|
|
|
||
|
|
|
||
|
|
header('Content-Type: application/json');
|