Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / examples / tree / save-dep.php
1 <?php
2 $tree = stripslashes($_REQUEST['data']);
3 file_put_contents('./dep-tree.json', $tree);