playground-miniflake/index.php
DrMaxNix 173ade70bd
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
change
2024-04-20 17:02:55 +02:00

5 lines
164 B
PHP

<?php
echo("<pre style='background-color: #f8a;'>" . "v1.1.1" . "</pre>");
echo("<pre style='background-color: #af8;'>" . print_r($_SERVER, true) . "</pre>");
?>