文件操作 - wp-config.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/i2kdefense/public_html/wp-config.php
编辑文件内容
<?php //Begin Really Simple Security session cookie settings @ini_set('session.cookie_httponly', true); @ini_set('session.cookie_secure', true); @ini_set('session.use_only_cookies', true); //END Really Simple Security cookie settings //Begin Really Simple Security key define('RSSSL_KEY', 'KXbRmAA3vaOgFKSSrWu0BexWKFjuRdtlaF4MscljtsqI6OfLQquGc8Gb8FlgWBcw'); //END Really Simple Security key /** * The base configuration for WordPress * * The wp-config.php creation script uses this file during the installation. * You don't have to use the web site, you can copy this file to "wp-config.php" * and fill in the values. * * This file contains the following configurations: * * * Database settings * * Secret keys * * Database table prefix * * Localized language * * ABSPATH * * @link https://wordpress.org/support/article/editing-wp-config-php/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'i2kdefensedb' ); /** Database username */ define( 'DB_USER', 'i2kdefensedbuser' ); /** Database password */ define( 'DB_PASSWORD', '5anvQpNM21nd9hFNT3' ); /** Database hostname */ define( 'DB_HOST', 'localhost' ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8' ); /** The database collate type. Don't change this if in doubt. */ define( 'DB_COLLATE', '' ); /**#@+ * Authentication unique keys and salts. * * Change these to different unique phrases! You can generate these using * the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}. * * You can change these at any point in time to invalidate all existing cookies. * This will force all users to have to log in again. * * @since 2.6.0 */ define( 'AUTH_KEY', '76MHGL.O(KdEPb;l;I/VE4{{oG=5N4rDr9+J_hz{Eyvc:H$u9;7(hv$F#W.iJ0{^' ); define( 'SECURE_AUTH_KEY', ';Z}Eh_j+Ks)Uf~&3yNUS+hjTGB/kg=)Z]jn+2nJ8Knm+ucPycLz*;X<_jVA4w#(8' ); define( 'LOGGED_IN_KEY', 'dg[n@^;SrRX?k~2-Wi.l<EPz#CKTVxU0HwqKr<Kw6%h~RgH9cr=)/lqL2<o=Q5AR' ); define( 'NONCE_KEY', '=7!O,hWfi<_CO$Z]78(@2]z1M]OGYd oN<zbZo9(bp^Rt8K&P!xC5iu64FojN p/' ); define( 'AUTH_SALT', '!MS&SZP7H?~#HOyKH8 k0rw&V6P:w)sv}-,p_*lO;Vfnh=tjG|&=A`!3I s*bqN@' ); define( 'SECURE_AUTH_SALT', 'Jhx-Dju5Au%~>lp0c*m}|cE(IJ=;;~##w1A=19~dp)D1mFW$h]B%(}43N@_%wa-.' ); define( 'LOGGED_IN_SALT', '-hI3OvM6+:AGJyc+343xYz5w,nau$FnY~&KJO6:/T,;n[J=^*GtZ[J)Y@&v.t^D/' ); define( 'NONCE_SALT', '7Vqs%TAu@Y 0xi7S6sURjq5?vxHOD_l%+f^: Oz[/-[MS;TPu%o#v+Mx/^sJu7.L' ); define( 'WP_CACHE_KEY_SALT', 'dpGkV{ia)r}&.*w,:y;Kz(}tRjQlTKQhMHlqJ&HRf8)cYGQ+NqY@OTym3DrP%{%f' ); /**#@-*/ /** * WordPress database table prefix. * * You can have multiple installations in one database if you give each * a unique prefix. Only numbers, letters, and underscores please! */ $table_prefix = 'wp_'; /** * For developers: WordPress debugging mode. * * Change this to true to enable the display of notices during development. * It is strongly recommended that plugin and theme developers use WP_DEBUG * in their development environments. * * For information on other constants that can be used for debugging, * visit the documentation. * * @link https://wordpress.org/support/article/debugging-in-wordpress/ */ define( 'WP_DEBUG', false ); /* Add any custom values between this line and the "stop editing" line. */ define( 'FS_METHOD', 'direct' ); define( 'WP_MEMORY_LIMIT', '256M' ); define( 'CDN_SITE_ID', 'TzkPppCv2ZfOjKvMGRKIrP7lX' ); define( 'SPEEDIEN_API_KEY', 'b6625b294f4e3b4f3dbd422f20a2295b' ); define( 'SPEEDIEN_SITE_ID', '0690089d5e5712bc7421fd473e0786a7' ); define('SUCURI_PLUG_KEY', '8d648ed465e8a2b0e3c1b85174002cdde86ea5fbcca9f566c481c01e828aba8b'); define('SUCURI_PLUG_SALT', '337f42ed223ac839f8b9b787bd8666d447943d3f1cd5610e07fae5ea9ead1db9'); /* That's all, stop editing! Happy publishing. */ /** Absolute path to the WordPress directory. */ if ( ! defined( 'ABSPATH' ) ) { define( 'ABSPATH', __DIR__ . '/' ); } /** Sets up WordPress vars and included files. */ require_once ABSPATH . 'wp-settings.php';
修改文件时间
将文件时间修改为当前时间的前一年
删除文件