Subversion Repositories eFlore/Applications.cel

Rev

Go to most recent revision | Blame | Last modification | View Log | RSS feed

<?
$tree = stripslashes($_REQUEST['data']);
file_put_contents('./dep-tree.json', $tree);
?>