查看网站首页
查看网站首页
查看 sitemap.xml
✏️ 正在编辑: 405.php
路径:
/var/softaculous/sitepad/editor/site-inc/Requests/Exception/HTTP/405.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * Exception for 405 Method Not Allowed responses * * @package Requests */ /** * Exception for 405 Method Not Allowed responses * * @package Requests */ class Requests_Exception_HTTP_405 extends Requests_Exception_HTTP { /** * HTTP status code * * @var integer */ protected $code = 405; /** * Reason phrase * * @var string */ protected $reason = 'Method Not Allowed'; }
💾 保存文件
← 返回文件管理器