4 lines
No EOL
91 B
PHP
4 lines
No EOL
91 B
PHP
<?
|
|
$tree = stripslashes($_REQUEST['data']);
|
|
file_put_contents('./dep-tree.json', $tree);
|
|
?>
|