| Server IP : 94.16.115.136 / Your IP : 216.73.217.165 Web Server : Apache/2.4.52 (Ubuntu) System : Linux rogerrabbit 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : bkillingseder ( 1001) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /srv/web/www/sites/silentroots/html/ |
Upload File : |
<?php
//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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * 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', 'silentroots' );
/** Database username */
define( 'DB_USER', 'dbsilentroots' );
/** Database password */
define( 'DB_PASSWORD', 'vMan6wm8xdKQ!Tsw' );
/** Database 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', 'g)`Ju>AJ9tI[qeqZ6Stq/Du9d+bw**)hMIc{7bj2*pZnswo9JQUakzE|-AX=d+&K' );
define( 'SECURE_AUTH_KEY', 's|_:I^]>r{?,7}JA3=R3|@%]( (5oVNi,$BM`bX_h6.q[}${xQ*P.S,!SsjJbq_Y' );
define( 'LOGGED_IN_KEY', 'XmYFb7@z5)YWJW)tpH=XiUAMje0#2Ev8!op-OXT(d/{K<q)_].mrWHV*yMV*04{]' );
define( 'NONCE_KEY', '=X|teiz}-H%=BC-HL9`d+5Bd]:+VRuK?EBeWw{iJT<E{2*HD$KQ62!4!DH)`@[az' );
define( 'AUTH_SALT', 'S(FBf/Zpf8XDZhU1on!f%2!9>b%q.gcW_9HDi4To*I^mlvU0;x!PGE]>=#/[(2]j' );
define( 'SECURE_AUTH_SALT', '~3>I/jAfki_(Xq6$DrCzU-[e>0G? dfMa1jmV@1F_/=_0ZUl:7l2]sg4@_9~_p=Z' );
define( 'LOGGED_IN_SALT', 'UcW=zIngpvt=S2I JKH$O_;C;^[j{rbCq$eXz]gX:dgpXg+SCq6$/bXk|^{`;S_' );
define( 'NONCE_SALT', ';}d+i,6mPPde47)?hhVXIE,7Hc(qD)|&.OyfT(i_X&u~z_P/LJb~Hz9N(K!yLV(d' );
/**#@-*/
/**
* 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 = 'wp_';
/**
* 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 );
/* 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';