X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6..7a654f8d43fdb43d78b63d90528bed6e86b608cc:/examples/state/get-state.php diff --git a/examples/state/get-state.php b/examples/state/get-state.php deleted file mode 100644 index 840bfe7f..00000000 --- a/examples/state/get-state.php +++ /dev/null @@ -1,10 +0,0 @@ -session_id() - ); -} -echo 'Ext.appState = '; -echo json_encode($_SESSION['state']); -echo ';';