Files
nginx-egg/webroot/index.php

3 lines
37 B
PHP
Raw Normal View History

2025-10-11 14:20:03 +02:00
<?php
echo "Hello World!";
phpinfo();