Files
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');
?>