Files
oc-server3/htdocs/util2/info/headers.php
T
following 22e98f5e00 docs and utils cleanup / update / lib2-ports
and added cache name trimming, see util2/cache_repairnames/repairnames.cpp
2013-07-17 17:21:10 +02:00

5 lines
109 B
PHP

<?php
header('Content-type: text/html; charset=utf-8');
print_r(getallheaders());
print_r($_REQUEST);
?>