| Server IP : 213.255.246.8 / Your IP : 216.73.217.178 Web Server : Apache System : Linux dublin.stapolin.com 5.14.0-362.18.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jan 29 07:05:48 EST 2024 x86_64 User : stapolin ( 1019) PHP Version : 8.4.24 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/stapolin/public_html/ |
Upload File : |
<?php
/**
* 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', 'stapolin_wp_xk5fc' );
/** Database username */
define( 'DB_USER', 'stapolin_wp_qqdeu' );
/** Database password */
define( 'DB_PASSWORD', 'D9?0EX7?8r#akOxD' );
/** Database hostname */
define( 'DB_HOST', 'localhost: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', '/vK7t0z3V]uGh%8SO7LR*)FZY)V10/Y90PxXPj9ZzY3tX6992904:+vShpa7%_e;');
define('SECURE_AUTH_KEY', '+1K:eyO/Bf70cPQ5;)e*4LGBC);!0%OJm@46o;3aSlS@2nW(TcMCsK/MZHFHR_mA');
define('LOGGED_IN_KEY', 'k4/m9:z&(0_h+s#2oR0E~679#%]tIxRi!QjA1@8*rr@1rU0nW4zv|~2K1z:~/0(V');
define('NONCE_KEY', 'G91D1yJ41UB-z*5xq-_%+bNh6Q1ew5MR84:-BZT|+hQsKU1qXL9g%J[sb]*[z~E~');
define('AUTH_SALT', '5+W:bMN8%17Z-[BLN8vz)_DV#kBUoY93-NL+d|s-_aJ)y7f1/44J~wu1kX~g4ee2');
define('SECURE_AUTH_SALT', '7P7@eDfrT2uqHQ977*0ageSB63F/0naA;nZ4kmk!I918XlA_k6dw0jC0+/9[sPn|');
define('LOGGED_IN_SALT', '2WW1ppu4c7i);x_Xj~+-1ID-y2+c_!j4ge]&se_1(l-#*%Z]1NaVU5[B0SQ2[7au');
define('NONCE_SALT', '93-;[rT0YAj5K3;;8LlI19J!(r2Nv[jZoU3N;Q]+cPM7L::ab4wVO45DE+UAiuG0');
/**#@-*/
/**
* 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 = 'MFledIsK7_';
/* Add any custom values between this line and the "stop editing" line. */
define('WP_ALLOW_MULTISITE', true);
/**
* 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 );
}
/* 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';