wellrested/test/sham-routers/method.php

5 lines
47 B
PHP

<?php
print $_SERVER["REQUEST_METHOD"];
exit;