mirror of
https://github.com/YunoHost-Apps/linuxdash_ynh.git
synced 2024-09-03 19:36:07 +02:00
4 lines
137 B
PHP
4 lines
137 B
PHP
<?php
|
|
|
|
header('Content-Type: application/json; charset=UTF-8');
|
|
echo json_encode(shell_exec('/usr/bin/lsb_release -ds;/bin/uname -r')) ;
|