| Server IP : 37.9.174.138 / Your IP : 216.73.216.117 Web Server : Apache System : Linux vps6.backend.sk 6.12.100+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.100-1 (2026-07-30) x86_64 User : ftpuser ( 1001) PHP Version : 8.4.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/brusiaren.com/web/ |
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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://codex.wordpress.org/Editing_wp-config.php
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', "brusiaren_com");
/** MySQL database username */
define('DB_USER', "brusiaren_com");
/** MySQL database password */
define('DB_PASSWORD', "qU-Kd-Pw8H6.s0kL");
/** MySQL hostname */
define('DB_HOST', "localhost");
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf32');
/** 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', '}2j1^8_aW_&3<b2*`+:_)yJ9X&~!q%+GM?)e{M295(wXs4(LALqQ.DC+KQ MYH;f');
define('SECURE_AUTH_KEY', '{Z>>kl||!Kp?<wr6{+M]{OW{Kt*JjgW%7IgNG/>I;|(f6vI{8buAm?cSmUOM)Ld~');
define('LOGGED_IN_KEY', '&iHblgA0S_lFG3+1JKdT-A$,8B`P5kQ]Uh=^+; d+f9Ge1>r-GE5W8`5D9:p0^!(');
define('NONCE_KEY', 'h+`rZ%F-o$EV>N.64qM<`T}=+lJFrbYs3F%1MrfQWoBjr|J;5~kRBX;yH5wr9$-Q');
define('AUTH_SALT', 'qA7mIqN>_$e,~@ae.zU,&EpI9)}$mDM&#wBQm=dz23+&infCm~ZHYCz*M}<Fw+ c');
define('SECURE_AUTH_SALT', '5`ee1+<NKWu3nE[jtBJBFUS`@TrjEGF-f~A,+Mjk><m}4Uqae5a&1cY|,}37moLk');
define('LOGGED_IN_SALT', 'g|#V*v[}I)iK/P$<-|A&7 :DM3J6wzxBm%GNaZZD,r$O}`QzQ- @x*k3A8gdAhR$');
define('NONCE_SALT', 'G+Z`m3k|))7o-NrI`zyz7}-/W9a!;8igIr~y!x`]eT_BO`iCXC+_;I32Ow#:P9 4');
/**#@-*/
/**
* 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 = '0kos_';
define( 'DISALLOW_FILE_EDIT', 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define( 'WP_DEBUG', false );
define( 'WP_SITEURL', 'http://www.brusiaren.com/' );
/* That's all, stop editing! Happy blogging. */
/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
define('ABSPATH', dirname(__FILE__) . '/');
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');