Files
breadcrumb-the-shire/pages/error/method_not_allowed(error).phtml
2026-02-04 23:31:53 +01:00

6 lines
101 B
PHTML

<?php
header("HTTP/1.1 405 Method Not Allowed");
?>
Submitting data using method GET is not allowed