]> git.pond.sub.org Git - eow/blobdiff - static/dojo-release-1.1.1/dojo/tests/_base/xhrDummyMethod.php
Replace Dojo with jQuery
[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
deleted file mode 100644 (file)
index c9206fe..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-<?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");
-?>