文件操作 - 429.php
返回文件管理
返回主菜单
删除本文件
文件: /root/Desktop/OLD/wordpress/wordpress/wp-includes/Requests/Exception/HTTP/429.php
编辑文件内容
<?php /** * Exception for 429 Too Many Requests responses * * @see https://tools.ietf.org/html/draft-nottingham-http-new-status-04 * @package Requests */ /** * Exception for 429 Too Many Requests responses * * @see https://tools.ietf.org/html/draft-nottingham-http-new-status-04 * @package Requests */ class Requests_Exception_HTTP_429 extends Requests_Exception_HTTP { /** * HTTP status code * * @var integer */ protected $code = 429; /** * Reason phrase * * @var string */ protected $reason = 'Too Many Requests'; }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件