playground-miniflake/index.php

5 lines
162 B
PHP
Raw Normal View History

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