SuperX-Kernmodul
 
 
 
 
 
 

7 lines
83 B

<?php
foreach($_REQUEST as $key => $input) {
print "$key: $input\n<br />";
}
?>