文件操作 - wp-blog-header.php
返回文件管理
返回主菜单
删除本文件
文件: /var/www/b6c6f2eb04e56567f741ef16abd19249/Web/wp-blog-header.php
编辑文件内容
<?php /** * Loads the WordPress environment and template. * * @package WordPress */ if ( ! isset( $wp_did_header ) ) { $wp_did_header = true; // Load the WordPress library. require_once __DIR__ . '/wp-load.php'; // Set up the WordPress query. wp(); // Load the theme template. require_once ABSPATH . WPINC . '/template-loader.php'; }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件