make sure the README will appear on github
[extjs.git] / examples / tree / save-dep.php
1 <?
2 $tree = stripslashes($_REQUEST['data']);
3 file_put_contents('./dep-tree.json', $tree);
4 ?>