Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / state / get-state.php
diff --git a/examples/state/get-state.php b/examples/state/get-state.php
deleted file mode 100644 (file)
index acd81b9..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?\r
-session_start();\r
-if(!isset($_SESSION['state'])){\r
-    $_SESSION['state'] = array(\r
-        'sessionId'=>session_id()\r
-    );\r
-}\r
-echo 'Ext.appState = ';\r
-echo json_encode($_SESSION['state']);\r
-echo ';';\r
-?>
\ No newline at end of file