<?php
if (1) {
header('location: https://localhost/home/inf/php/e05GetServer.php?ac');
header('Access-Control-Request-Method: PUT');
echo "PUt ac https://localhost/home/inf/php/e05GetServer.php HTTP1.1\nhost: localhost\n\nbody date\nund so weiter\nnach location: header in " . __FILE__;
} else {
file_put_contents('https://localhost/home/inf/php/e05GetServer.php', "file put data\nund so weiter\nnach location: header in " . __FILE__ );
# stream_context_create($opts)
}