1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpinfo_ynh.git synced 2024-09-03 19:56:23 +02:00
phpinfo_ynh/sources/index.php
2020-11-01 19:05:45 +01:00

6 lines
68 B
PHP

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