]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dojo/tests/_base/xhrDummyMethod.php
Comment class stub
[eow] / static / dojo-release-1.1.1 / dojo / tests / _base / xhrDummyMethod.php
1 <?php
2 //Just a dummy end point to use in HTTP method calls like PUT and DELETE.
3 //This avoids getting a 405 method not allowed calls for the tests that reference
4 //this file.
5
6 header("HTTP/1.1 200 OK");
7 ?>