playground-miniflake/index.php
DrMaxNix 8fe17f76f0
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
change
2024-04-20 16:43:21 +02:00

5 lines
164 B
PHP

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