1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/linuxdash_ynh.git synced 2024-09-03 19:36:07 +02:00
linuxdash_ynh/sources/sh/phpinfo.php
2014-06-02 13:38:03 +02:00

9 lines
92 B
PHP

<?php
if(isset($_GET["what"])){
phpinfo((int)$_GET["what"]);
}
else{
phpinfo();
}