source:
Dev/trunk/src/client/dojo/tests/_base/xhrDummyMethod.php
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 206 bytes |
Line | |
---|---|
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 | ?> |
Note: See TracBrowser
for help on using the repository browser.