su-secret-santa/public/test.php

6 lines
116 B
PHP

<?php
echo "PHP is working! PHP Version: " . phpversion();
// Also display all PHP configuration info
phpinfo();
?>