| Server IP : 193.239.44.106 / Your IP : 216.73.217.113 Web Server : Apache System : Linux web5 6.18.40-1 #1 SMP PREEMPT_DYNAMIC Sat Jul 25 21:08:44 CEST 2026 x86_64 User : ( 10117) PHP Version : 8.2.32 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /home/virtualki/259324/wp-content/aiowps_backups/ |
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://wordpress.org/documentation/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', 'adb8617_2d71cb' );
/** Database username */
define( 'DB_USER', 'udb_4825b8819e' );
/** Database password */
define( 'DB_PASSWORD', '1c59937c9e837592ab821b344b25e8' );
/** Database hostname */
define( 'DB_HOST', 'mysql07.prolight.beep.pl' );
/** 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', '0a8b08e2554a7155f28a5aee71747284d357ac93');
define('SECURE_AUTH_KEY', '9ea8b991189042b28e9e3c0af6b299441ce2d049');
define('LOGGED_IN_KEY', '34512a9b0440b93a9f3046d309fbd385d7843fa1');
define('NONCE_KEY', '54088707c7427df86c0dd5f9f0659dc132d9ad29');
define('AUTH_SALT', '01d3865426566f5f72347a5e5b8dd5d694f6a8c0');
define('SECURE_AUTH_SALT', '1a68c6cf4b609663a889a69dfceeb9df54ca9a83');
define('LOGGED_IN_SALT', '4d8e58e26e825df6fad3efde50ea1a78277ce70f');
define('NONCE_SALT', '440be0effdf7719b188f3162e769b96e5eb95089');
/**#@-*/
/**
* 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/documentation/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__ . '/' );
}
define('FTP_BASE', '/lablite.eu/');
define('FTP_CONTENT_DIR', '/lablite.eu/wp-content/');
define('FTP_PLUGIN_DIR', '/lablite.eu/wp-content/plugins');
define('FTP_LANG_DIR', '/lablite.eu/wp-content/languages');
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';