Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
2150 |
mathias |
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 |
?>
|