文件操作 - Version.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/rokpaw/public_html/wp-content/plugins/duplicator-pro/aws/Guzzle/Common/Version.php
编辑文件内容
<?php namespace DuplicatorPro\Guzzle\Common; defined("ABSPATH") or die(""); /** * Guzzle version information */ class Version { const VERSION = '3.9.3'; /** * @var bool Set this value to true to enable warnings for deprecated functionality use. This should be on in your * unit tests, but probably not in production. */ public static $emitWarnings = false; /** * Emit a deprecation warning * * @param string $message Warning message */ public static function warn($message) { if (self::$emitWarnings) { trigger_error('Deprecation warning: ' . $message, E_USER_DEPRECATED); } } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件