git.ithinksw.org
/
extjs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git]
/
examples
/
tree
/
save-dep.php
diff --git
a/examples/tree/save-dep.php
b/examples/tree/save-dep.php
index
d8d4d8f
..
ea7f242
100644
(file)
--- a/
examples/tree/save-dep.php
+++ b/
examples/tree/save-dep.php
@@
-1,4
+1,3
@@
-<?
+<?
php
$tree = stripslashes($_REQUEST['data']);
file_put_contents('./dep-tree.json', $tree);
$tree = stripslashes($_REQUEST['data']);
file_put_contents('./dep-tree.json', $tree);
-?>
\ No newline at end of file