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