playground-miniflake/index.php

5 lines
164 B
PHP
Raw Normal View History

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