3 lines
92 B
PHP
3 lines
92 B
PHP
<?php
|
|
$tree = stripslashes($_REQUEST['data']);
|
|
file_put_contents('./dep-tree.json', $tree);
|