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

7 lines
68 B
PHP
Raw Normal View History

2019-03-08 21:18:22 +01:00
<?php
// Show all information, defaults to INFO_ALL
phpinfo();
?>