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