Sign in
eclipse
/
gerrit
/
www.eclipse.org
/
modeling
/
gmp
/
8d9288cd0d27e321562bc1b1ddc201f37569fa36
/
.
/
development
/
ipquery-productid.php
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
;
?>