blob: 711288bc8a4f139ff75237d825414dd4edded2b0 [file] [log] [blame]
<?php
require_once ($_SERVER['DOCUMENT_ROOT'] . "/modeling/includes/ipquery-common.php");
header("Content-type: text/plain\n\n");
doProductIDQuery();
print "\n";
exit;
?>