Files
LampDocker/html/test.php
Antoni Nuñez Romeu 37430ea617
All checks were successful
Deploy LAMP / Deploy LAMP (push) Successful in 25s
Fix Apache-PHP integration: Add proper httpd.conf with proxy_fcgi configuration to enable PHP-FPM communication
2026-04-13 18:00:11 +02:00

3 lines
69 B
PHP

<?php
echo "PHP is working! Current time: " . date('Y-m-d H:i:s');
?>