e44a7e37b6
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f
7 lines
206 B
PHP
7 lines
206 B
PHP
<?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");
|
|
?>
|