Joywork/webhooks/cian_mess.php

16 lines
506 B
PHP
Raw Permalink Normal View History

2026-05-22 20:21:54 +02:00
<?php
/*ini_set('display_errors', 1);
error_reporting(E_ALL & ~E_DEPRECATED & ~E_STRICT & ~E_NOTICE);*/
$content = file_get_contents('php://input');
$arPath = explode('/', __FILE__);
$agency_id = $arPath[count($arPath)-2];
///$arPath = explode('/', __FILE__);
//file_put_contents($_SERVER['DOCUMENT_ROOT']."/webhooks/cian/".$agency_id."/log_cian.txt", $content."\n", FILE_APPEND);
//$data = json_decode($content, true);
require_once($_SERVER['DOCUMENT_ROOT']."/webhooks/cian.php");
//var_dump($data);