aboutsummaryrefslogtreecommitdiff
path: root/includes/js/dojo/tests/_base/xhrDummyMethod.php
blob: c9206fe89a0d7a6f00e2c7c96f41c3aa868e4d4b (plain)
1
2
3
4
5
6
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");
?>