playground-miniflake/index.php
DrMaxNix fe53460b9d
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Update index.php
2024-04-20 19:33:50 +02:00

5 lines
164 B
PHP

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