文件操作 - index.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/i2kdefense/public_html/wp-content/plugins/ecommerce-product-catalog/ic/index.php
编辑文件内容
<?php /** * Framework bootstrap. * * @package impleCode\IC */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /* * * @version 1.0.0 * @author impleCode * */ if ( ! function_exists( 'ic_framework_require_once' ) ) { require_once __DIR__ . '/functions.php'; } ic_framework_require_once( __DIR__ . '/cache.php' ); if ( ! function_exists( 'IC_Html_Util' ) ) { ic_framework_require_once( __DIR__ . '/class-ic-html-util.php' ); } ic_framework_require_once( __DIR__ . '/settings/index.php' );
修改文件时间
将文件时间修改为当前时间的前一年
删除文件