blob: ba11240c1d98c3888b8e9f0796b6c647848dce9d [file] [log] [blame]
<?php
require_once '../../resources/portabilityLayer.php';
if (isset($_GET["nonce"]))
$conversionFileName = "/adClickConversion" . $_GET["nonce"] . ".txt";
else
$conversionFileName = "/adClickConversion.txt";
$conversionFilePath = sys_get_temp_dir() . $conversionFileName;
?>