文件操作 - 500.php
返回文件管理
返回主菜单
删除本文件
文件: /home/tecnoht/public_html/tudortechitaly--com/wp-includes/Requests/Exception/HTTP/500.php
编辑文件内容
<?php /** * Exception for 500 Internal Server Error responses * * @package Requests */ /** * Exception for 500 Internal Server Error responses * * @package Requests */ class Requests_Exception_HTTP_500 extends Requests_Exception_HTTP { /** * HTTP status code * * @var integer */ protected $code = 500; /** * Reason phrase * * @var string */ protected $reason = 'Internal Server Error'; }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件