git.ithinksw.org
/
extjs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
provide installation instructions
[extjs.git]
/
examples
/
tree
/
save-dep.php
1
<?
2
$tree = stripslashes($_REQUEST['data']);
3
file_put_contents('./dep-tree.json', $tree);
4
?>