hxp
2024-10-31 402ed2e6a90a785d2fce3eca23cd324f350d54c5
1
2
3
4
5
6
7
<?php
include_once '/Common/Logging.php';
 
\Logging\CreateLogging("ad.click.php");
\Logging\LogInfo("_GET: " . print_r($_GET, true));
\Logging\LogInfo("_POST: " . print_r($_POST, true));
echo 1;