Dashboard
PHP:
8.2.30
OS:
Linux
User:
u894629691
/
/
home
/
u894629691
/
domains
/
a.hanysoft.net
/
public_html
📤 Upload
📝 New File
📁 New Folder
Close
Editing: wp-config.php
<?php //Begin Really Simple Security key define('RSSSL_KEY', '9qUoK1Lm5YIkOTnZ09ljedRGWU3S6UricMoY4rAliTM2sx3Pr8Cw8msowDC2ChN3'); //END Really Simple Security key define( 'WP_CACHE', true ); /** * 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', 'u894629691_0V14M' ); /** Database username */ define( 'DB_USER', 'u894629691_l1UDP' ); /** Database password */ define( 'DB_PASSWORD', '0i0dbmO6e4' ); /** Database hostname */ define( 'DB_HOST', '127.0.0.1' ); /** 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', '_t/a4`qhR`,s?jLngfn2sVfS;cF)1?La.ak|C}54D}sxpkqsp mL.ABoaHDnC#r>' ); define( 'SECURE_AUTH_KEY', 'DEsK4%]n6:iQx$/JtGpeGF=Fz-$VYU(-oFlr8v3^?0@zlWi1KhV6;OuAhf(x)L>L' ); define( 'LOGGED_IN_KEY', 'K6-iw>Q W/@1}s{FSnaCs,Bc5a#wQj(W8=dzpY<wXv<RqqQ6w$,AwBEg:ufM-QOu' ); define( 'NONCE_KEY', '[I!H=XI05Q-!^GQPTNTW^y`ML@i-kC7%}Jm@`?bN(PmbEaBI%yZIbRIO2WiHiyd7' ); define( 'AUTH_SALT', 'l/Yo<g@t#*5+zd21iZ}d-&KI!}Q&itg+JMP/XgT=BLg6I.5fsm&o?(6B14>F@7$R' ); define( 'SECURE_AUTH_SALT', 'yTCM6%& ({rNwVRhaF7rKe~o*f% xG}_z]o(u8KP}T6k&60WaJ#m:H4gpS6Qz$Fi' ); define( 'LOGGED_IN_SALT', '-*W}i5~uZ$,<^v/^w.3{n^PU:A*P S. Z%.|Xi{+aK)j>hpy[p/~Pp)O5h`93;)y' ); define( 'NONCE_SALT', 'J.FfSEPkjqd9)^YAWxhu8t7KV**pZ}3k_Y{|<b^K:l`kDXC u?8Za;+^32WO^s~c' ); define( 'WP_CACHE_KEY_SALT', ',G!)kU{`;Mp_7%A7`nCeoE6u`c_AfW!;h;lXovPf)<[)MdozMk.Qo=095vXj5@H~' ); /**#@-*/ /** * 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_'; /* Add any custom values between this line and the "stop editing" line. */ /** * 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/ */ if ( ! defined( 'WP_DEBUG' ) ) { define( 'WP_DEBUG', false ); } define( 'FS_METHOD', 'direct' ); define( 'COOKIEHASH', '8a4c53a8fbb7b2fc0c6bb0d7ef080a92' ); define( 'WP_AUTO_UPDATE_CORE', 'minor' ); /* 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';
Save
Cancel