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