playground-miniflake/index.php

4 lines
93 B
PHP
Raw Normal View History

2024-04-20 15:58:29 +02:00
<?php
echo("<pre style='background-color: #af8;'>" . print_r($_SERVER, true) . "</pre>")
?>