Untitled

 avatar
unknown
plain_text
a year ago
709 B
7
Indexable
<?php
/**
 * Campaign: IPM - TodayIsTheDay - netpetlist.com/lp5 - MLA 117 - April 2024 - SquareDance (Rober) - PHP Direct Linking Test
 * Created: 2024-04-04 06:18:00 UTC
 */

require 'leadcloak-1faxsdecwnk9.php';

// ---------------------------------------------------
// Configuration

// Set this to false if application is properly installed.
$enableDebugging = false;

// Set this to false if you won't want to log error messages
$enableLogging = true;

if ($enableDebugging) {
    isApplicationReadyToRun();
}

$data = httpRequestMakePayload($campaignId, $campaignSignature);

$response = httpRequestExec($data);

$handler = httpHandleResponse($response, $enableLogging);

if ($handler) {
    exit();
}
Editor is loading...
Leave a Comment