R513-ansible/info.php
2023-11-13 22:08:32 -03:00

7 lines
68 B
PHP

<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>