source: trunk/web/addons/job_monarch/lib/extjs-30/examples/tree/save-dep.php @ 625

Last change on this file since 625 was 625, checked in by ramonb, 15 years ago

lib/extjs-30:

  • new ExtJS 3.0
File size: 92 bytes
Line 
1<?php
2$tree = stripslashes($_REQUEST['data']);
3file_put_contents('./dep-tree.json', $tree);
Note: See TracBrowser for help on using the repository browser.