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
Maniack Crudelis fb3bc8f2f8 first commit
2019-03-08 21:18:22 +01:00

6 lines
68 B
PHP

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