Advertisement
airux

Unpack script

Jun 28th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.78 KB | None | 0 0
  1.  $intentConfig = [
  2.                     "apiKey" => "925405804a23578801d8e942bfdf9d35",
  3.                     "host" => "amo.airux.ru",
  4.                     "formId" => 8,
  5.                     "amoAccountId" => 7,
  6.                     "data" => array_merge($_REQUEST, [
  7.                         "intent_amo_ga_data" => $_POST["intent_amo_ga_data"],
  8.                         "contact_name" => "", // Имя контакта
  9.                         "contact_email" => "", // Эл почта контакта
  10.                         "contact_phone" => "", // Телефон контакта
  11.                         "lead_note" => "", // Примечание к сделке
  12.                     ]),
  13.                     //"debug" => true,
  14.                 ];
  15.                 include "intent.phar";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement