Files
martinfencl.eu/test.php
2024-01-02 13:01:29 +01:00

5 lines
42 B
PHP

<?php
phpinfo();
echo "Hello, world!";
?>