mirror of
https://github.com/YunoHost-Apps/phpinfo_ynh.git
synced 2024-09-03 19:56:23 +02:00
6 lines
68 B
PHP
6 lines
68 B
PHP
<?php
|
|
|
|
// Show all information, defaults to INFO_ALL
|
|
phpinfo();
|
|
|
|
?>
|