Sid Gifari File Manager
🏠 Root
/
home
/
u403571817
/
domains
/
yz-fashion.com
/
public_html
/
Editing: wp-config.php
<?php // Begin AIOWPSEC Firewall if (file_exists('/home/u403571817/domains/yz-fashion.com/public_html/aios-bootstrap.php')) { include_once('/home/u403571817/domains/yz-fashion.com/public_html/aios-bootstrap.php'); } // End AIOWPSEC Firewall /** * 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_XBYUG' ); /** Database username */ define( 'DB_USER', 'u403571817_5X5iv' ); /** Database password */ define( 'DB_PASSWORD', 'ADdXlrxTWk' ); /** 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-I.|,NLYgY`e&><[#.@1loo*(3cq2nY@+%}$%?A4dF:DURyFg8OjW~c]X*O2l' ); define( 'SECURE_AUTH_KEY', '6mR3T}Zbvs2>W#5:-|yulem%#ta7dVl/drI<v$7-Jt-:4k1Z#a002y9Wo*v.NTH5' ); define( 'LOGGED_IN_KEY', 'Uf+.Q!gex>=%!j*_t9ox+|1(a+%e[FN}>l?:&2{,WGJL(1 4 KXU%ahx.pLy85WX' ); define( 'NONCE_KEY', '{|;p~uZ.(*$rN?ae _=9>DJ[YAixu5f|~)?(#jTOG0X)FvLvag/c{[ dCIVW<wVq' ); define( 'AUTH_SALT', '/tarWwLR&J%7SEDk*[&Di{SFhJ9,C{26U~m(vmggtj!a/]BB{yn<+23sG.0*{W[(' ); define( 'SECURE_AUTH_SALT', 'VAT@/x/u7-|huV2$xv4#4f)F+]kF@fj{)aab<N^S~-a.203(Bk?#c[V]Zbd<?f-K' ); define( 'LOGGED_IN_SALT', '1Ltpc@PB@]8S)2aBnKWf~d+Z])xQG/65P9|_4/CnxiDo)]4rs!w~kgM$ZMGhKM<^' ); define( 'NONCE_SALT', 'a=xWK95gq7Dt^Wq=[ v8NXUrzBg(G)[RUQ]Ga`n;JS=Py:vV@BHEKvdyd8bX`<Kw' ); define( 'WP_CACHE_KEY_SALT', '[^Dh4a8_ W?97J4y[+JSua(9}NY~;M::5+<6:v^_~v/DuKc0sZrCTnwNIq.nhNIG' ); /**#@-*/ /** * 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', 'f48780f5a7eea2d3a97562150582682d' ); 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. */ 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