]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dojo/tests/_base/xhrDummyMethod.php
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dojo / tests / _base / xhrDummyMethod.php
diff --git a/static/dojo-release-1.1.1/dojo/tests/_base/xhrDummyMethod.php b/static/dojo-release-1.1.1/dojo/tests/_base/xhrDummyMethod.php
new file mode 100644 (file)
index 0000000..c9206fe
--- /dev/null
@@ -0,0 +1,7 @@
+<?php
+//Just a dummy end point to use in HTTP method calls like PUT and DELETE.
+//This avoids getting a 405 method not allowed calls for the tests that reference
+//this file.
+
+header("HTTP/1.1 200 OK");
+?>