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