Sid Gifari File Manager
🏠 Root
/
home
/
u403571817
/
domains
/
capsulet-accounting.com
/
public_html
/
Editing: wp-config.php
<?php 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', 'u403571817_RJVl8' ); /** Database username */ define( 'DB_USER', 'u403571817_WdLtc' ); /** Database password */ define( 'DB_PASSWORD', '81dhyc6zpf' ); /** 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', '#T8 F;:mZ9xT]tUJ{S32GZM&,9x8v1I{fww.a_!9&A+X2~<{R`NW]]hJ&hie-MA,' ); define( 'SECURE_AUTH_KEY', 'z>;+`vn)u^q[K*w&bSAgV2dGA{pi8y-=STFfAXK/CDNSp;MvZ){(Kxcep`@}exmj' ); define( 'LOGGED_IN_KEY', ')MN S[{m+l`FK,ojBYS&~~R`fi|#rf}WD@@i8Sj^^m.1!RWKsk4S,?m^<tXber)m' ); define( 'NONCE_KEY', 'm)~ikIc%!5-mp7A]ndI~7#ZH%vY.@:ch{+F}Prz`/ewezFeR(M./3rZRZl-Hazf5' ); define( 'AUTH_SALT', ' LdmtAL2TV8E6`52Kr{Fh:ZY<$Lkc[hkyOnI(kd^kk7HF5F5bLRbK~tc7:$[Et5l' ); define( 'SECURE_AUTH_SALT', '%F[_MyaH4D3L+GOQwR}ne8e7GOqy.4Rv*1wGmMBKWp.;PTTjQHYD5W%NswZX3tb^' ); define( 'LOGGED_IN_SALT', ':oeYTmi>QRrZou8otbgX~W6PtNh/87*Ysaze-~c J;=G]WNh >)UgVSJ;I6{8H^S' ); define( 'NONCE_SALT', '&If7`bVq)nT@@?b,aJ83@ uKWzvVxRwN0Sv)}1^,~3YCq4C1TiiT,#+/zg8Cgm!k' ); define( 'WP_CACHE_KEY_SALT', 'quxaUvE59OdQ|,TZ>Nd.8wqJmVeFEua&+vDxS:6>fIaGw&V=y487 6EY3CJ8+(/B' ); /**#@-*/ /** * 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 = 'anmka_'; /* 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', 'b17d788c20112f1056ba1f06cd1e1af1' ); define( 'WP_AUTO_UPDATE_CORE', 'minor' ); define( 'WP_MEMORY_LIMIT', '2048M' ); /* 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. */ define('DISALLOW_FILE_MODS', true); require_once ABSPATH . 'wp-settings.php'; //Disable File Edits if (!defined('DISALLOW_FILE_EDIT')) { define('DISALLOW_FILE_EDIT', true); }
Save
Cancel