blob: 4314e0d47eda129bed13c0a3ce901e468c45b035 [file]
<?php
foreach ($_SERVER as $key => $value) {
echo "$key=$value\n";
}