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

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

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 91 bytes
Line 
1<?
2$tree = stripslashes($_REQUEST['data']);
3file_put_contents('./dep-tree.json', $tree);
4?>
Note: See TracBrowser for help on using the repository browser.