10 lines
333 B
PHP
10 lines
333 B
PHP
<?php
|
|
|
|
|
|
header('Content-Type: application/json; charset=utf-8');
|
|
|
|
error_log(print_r($_GET,true));
|
|
|
|
|
|
if( $_GET['id'] == '#')
|
|
echo '[{"id":"REM9ZWFzeWxpbnV4LERDPWxhbgo=","text":"DC=easylinux,DC=lan","type":"root","children":[{"id":2,"text":"Serveurs","children":true,"type":"computer"},{"id":3,"text":"Kubernetes","type":"demo"}]}]'; |