baseline
This commit is contained in:
6
pages/error/method_not_allowed(error).phtml
Normal file
6
pages/error/method_not_allowed(error).phtml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
header("HTTP/1.1 405 Method Not Allowed");
|
||||
|
||||
?>
|
||||
Submitting data using method GET is not allowed
|
||||
Reference in New Issue
Block a user