| Server IP : 202.61.199.114 / Your IP : 216.73.217.139 Web Server : nginx/1.22.1 System : Linux de.arni-solutions.de 6.1.0-49-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64 User : web20 ( 1018) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/clients/client2/drogentest-online.de/web/ |
Upload File : |
<?php
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, and ABSPATH. You can find more information by visiting
* {@link https://codex.wordpress.org/Editing_wp-config.php Editing wp-config.php}
* Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
* installation. You don't have to use the web site, you can just copy this file
* to "wp-config.php" and fill in the values.
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'blog_drogentest');
/** MySQL database username */
define('DB_USER', 'arni_blog');
/** MySQL database password */
define('DB_PASSWORD', 'xk8@i6MG');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** 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', 'z5 DtRzB7_JJz-1ROr{z,zt33C^o1JUD~O?dQpSzfsuQJYOBy,3 82~5ngu52tUT');
define('SECURE_AUTH_KEY', ';Shhm8Zxin$fGXXRmPb {i0M9)l?u$>DKlwMM)@=xfKXk:hNX&o,Vj`A?{Ln^E-V');
define('LOGGED_IN_KEY', 'az85PZ+J,d+1U`xB]$rmjA{|gfCxgb 8K^^%A)Q5_x{a+cHZe/6VlC!.(nSzTxqi');
define('NONCE_KEY', 'ow;CD#uc$%B<(WS75.;N:ihEV<QM=hhz{Rn7>`A?Q77*)C>7MlCNuxOIh+/&%fV`');
define('AUTH_SALT', 'VM@+cR^}S8sMeK:[N$Ao/dY*H/-3c@mC0|`nM(* Dk,Nl@sW+3>.t^,bq4:FC6}v');
define('SECURE_AUTH_SALT', 'L 9V=<pnd.tQ~XCFl3QV[gdF8:edd-xoHFy:`,%}3q[gqexl,=Rq^0ok?KLHJ:UA');
define('LOGGED_IN_SALT', '+ZGrn(gL&571S|;{V;wUwES/_VWgRS^3Zkej-qa1u}*?N{u|?+2>egZs@gi^X`Ep');
define('NONCE_SALT', 'EVauA@-US)MHDO0V~,CS.%8cz|k+O-EM.V}};uB@1zuzCDJy@B^N|Bu{q!}gmj5O');
/**#@-*/
/**
* 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 = 'dk_';
/**
* 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.
*/
define('WP_DEBUG', false);
/* 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');