文件操作 - json.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/i2kdefense/public_html/wp-content/plugins/stream/includes/feeds/json.php
编辑文件内容
<?php /** * Renders a JSON of records. * * @package WP_Stream * * @var $records */ header( 'Content-type: application/json; charset=' . get_option( 'blog_charset' ), true ); echo wp_json_encode( $records, JSON_PRETTY_PRINT );
修改文件时间
将文件时间修改为当前时间的前一年
删除文件