22e98f5e00
and added cache name trimming, see util2/cache_repairnames/repairnames.cpp
5 lines
109 B
PHP
5 lines
109 B
PHP
<?php
|
|
header('Content-type: text/html; charset=utf-8');
|
|
print_r(getallheaders());
|
|
print_r($_REQUEST);
|
|
?>
|