Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / tree / save-dep.php
diff --git a/examples/tree/save-dep.php b/examples/tree/save-dep.php
deleted file mode 100644 (file)
index ea7f242..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php
-$tree = stripslashes($_REQUEST['data']);
-file_put_contents('./dep-tree.json', $tree);