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

5 lines
162 B
PHP

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