|
Server : Apache System : Linux d13078.sgp1.stableserver.net 5.14.0-611.13.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Dec 11 04:57:59 EST 2025 x86_64 User : ssa2port ( 1003) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/ssa2port/www/ | |
|
Path: /home/ssa2port/www/wp-config_old.php
Size: 3.19 KB
Permissions: 0644
<?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', 'ssa2port_wp_ssp' );
/** Database username */
define( 'DB_USER', 'ssa2port_wp_ssport' );
/** Database password */
define( 'DB_PASSWORD', '37313BW3oaZ$E_RI' );
/** 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', 'y!8E0ehUUkF4+_%]pB5#z53DuSC+%|Gc2O[u11iI8rGj311D3GF35(:85ioQ7PF[');
define('SECURE_AUTH_KEY', '(9[(/8em99A91!d[A:UKgrIB*5UdQ6|c[GhB0a6_se]:)I4oC1Os&7s_LD40rS8j');
define('LOGGED_IN_KEY', '-hU~5Vq2(N0364%y4qc8%:D9SM5-A%74om5K%/KJ8a0/2Q;3LM4u3]%J@Zt3S@F)');
define('NONCE_KEY', 'h3/H0em3d/O-r&2(c8D023V[;MaRVQ1trCg2[f6_7g8btil)C1JBh3cvw0dx2;/9');
define('AUTH_SALT', '(E&s](0n0*Rlr6%7:_HW3_SBcDZ_6~I+wd/_ghP_836J:RX93019:aV&eI:/5T@O');
define('SECURE_AUTH_SALT', '7@23G~6!B1[)+/WrS:I|]xq9/88fZ)f5W10cYhI8Q5#%H571D2(tum6~Q6|9!]:8');
define('LOGGED_IN_SALT', 'P271_%Z|5u:&Qd(4/8G4O9sm9Lmu67Ww8+0sG44(!#UgN8&)%|1mu0KS09L_ZK4d');
define('NONCE_SALT', '5VW-1_f_zn9+97r%E4wa+WYKIv5#1ywKc+m4Bo7#28w0V6/jdbff5p1FZ@]aq#bf');
/**#@-*/
/**
* 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 = 'BK7MyCzm6_';
/* 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';