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