Reorganzing the jQuery source (first phase).
[jquery.git] / build / test / data / jsonp.php
diff --git a/build/test/data/jsonp.php b/build/test/data/jsonp.php
deleted file mode 100644 (file)
index 7500025..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php\r
-error_reporting(0);\r
-$callback = $_REQUEST['callback'];\r
-$json = $_REQUEST['json'];\r
-if($json) {\r
-       echo $callback . '([ {"name": "John", "age": 21}, {"name": "Peter", "age": 25 } ])';\r
-} else {\r
-       echo $callback . '({ "data": {"lang": "en", "length": 25} })';\r
-}\r
-?>\r