返回
<?php //Begin Really Simple SSL key define('RSSSL_KEY', 'mVLKUgChUkFg7JSenUJubs8HzHpzJej8hldODNbT3xh9UM1CCtVv2mddVvQkHu8J'); //END Really Simple SSL key //Begin Really Simple SSL session cookie settings @ini_set('session.cookie_httponly', true); @ini_set('session.cookie_secure', true); @ini_set('session.use_only_cookies', true); //END Really Simple SSL cookie settings /** * 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://wordpress.org/support/article/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', 'webw9215_dbandalaninti' ); /** MySQL database username */ define( 'DB_USER', 'webw9215_usrandalan' ); /** MySQL database password */ define( 'DB_PASSWORD', 'tlg7x5ta?AEW' ); /** MySQL 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', 'ary2f6vW,?2Z84XYw/l1,[spp!*f{!N/kYLVYf?QyR:5X,a=l0a,.?pKWmgQpFL1' ); define( 'SECURE_AUTH_KEY', 'ToCPZKqh|d7AaWwZFJX)(hB)Ttt.>tzZ<Q=lJ=4q@I!E(5^Ooazi]Di&(n~Jy_j+' ); define( 'LOGGED_IN_KEY', 'm,8GD&IWg+=$$bH!FmBgq{vu$Qok7w]k!6+y;%-o/r3.ReZ(`k2n~=bL@*,[7vW`' ); define( 'NONCE_KEY', 'zJy-Nq=TuV#LId^F<V2~y,%GG xp|2S1L2pQ0P@]1{kgW]Fo*VX(@^z}zdNr84XD' ); define( 'AUTH_SALT', '$]kiO)OmyVF]35,)X)`/*d%I Pov1[gW!q0tog4MhU:xmhX|UjELGr4vuOq<.cVc' ); define( 'SECURE_AUTH_SALT', '/Ki2#%SY^eZeh.WQvS)9dj4QmtxIb2BJf2WeWVN.+1)m9Z:OZp=vx#9DHKV Ob;%' ); define( 'LOGGED_IN_SALT', ']AB)HEidA ;dEYK3Sju[uf&yiF{I1*(oDx^2[>Ndc3I_PJ,%Hp7#^j}ap$_H! iA' ); define( 'NONCE_SALT', 'oSeY$&?7%4fV;s9~A+;+HFowKmz#3;+[bG1zyR6l#MaY_RT/UxHTANu-Km?.{8Y]' ); /**#@-*/ /** * 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 = 'ani_'; /** * 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 ); define('WP_DEBUG_LOG', false); define('WP_DEBUG_DISPLAY', false); define('SCRIPT_DEBUG', false); /* 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';
保存