13 lines
129 B
Plaintext
13 lines
129 B
Plaintext
|
|
|
|
RENDER()
|
|
{
|
|
|
|
DTree t;
|
|
|
|
echo(json_encode(t));
|
|
|
|
echo(string("PATH: ") + context->server->config.COMPILER_SYS_PATH + "\n");
|
|
|
|
}
|