| Server IP : 18.193.92.211 / Your IP : 216.73.216.128 Web Server : Apache/2.4.63 (Ubuntu) System : Linux ip-10-0-0-90 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 06:59:36 UTC 2025 x86_64 User : www-data ( 33) PHP Version : 8.2.28 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/aktion.darmas.de/ |
Upload File : |
<?php
define('WP_CACHE', true); // WP-Optimize Cache
/**
* 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', 'aktion_darmas_live' );
/** Database username */
define( 'DB_USER', 'root' );
/** Database password */
define( 'DB_PASSWORD', 'adslkjfh87668876dsafdsfSAF4§$43§%Sefd' );
/** 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', 'zU3>-B _p 7a=_~a1hzDyfp*3?_,y8{6hBS.tR!LTzKb$|9Q~MeU#?[Ml4IyIpeS' );
define( 'SECURE_AUTH_KEY', 'B[9we78o|eQx5,j 8%93EiZw3KBHrTj?pz#V,6*Dez+8F!-<ZyJ3~by]M(pH.Zi=' );
define( 'LOGGED_IN_KEY', 'HIBb5_HKmDtm+{=sPY~5?G[] o{`>^)g;<|C{zfaKAH:48$kE4^yRS^*=Eb^j>QJ' );
define( 'NONCE_KEY', 'P438f|(3e>Hb]`#.MeUj|E,qU``x }Oq|%h7,8~ CE_PnJC|iT#I3#IdosYU:rOJ' );
define( 'AUTH_SALT', 'ALx]^cET@ke=SkTS>K;Efd^A5sCY$0}~}EALa{1;Csw%#->7mXbt)uv_3&LK=AdQ' );
define( 'SECURE_AUTH_SALT', 'Qa0(efqCRu.]vx?sv>|TfhS8fK@MnP7p-smDxWs;cV1~Ow$3aPZlbynDq;5?;Lgv' );
define( 'LOGGED_IN_SALT', '(:_&;A?+DlvY;fL5weZtvhAsvTS%@:`=q/-,_]O}AolMT4Pm-,tw_1lA0<**Dn7p' );
define( 'NONCE_SALT', '#%a +Y3!Lsj6$Xl{b<rC7G~@_M]yL{[f}vumZBM3HGX,=0=$WM-T>)c(30*_C4AV' );
/**#@-*/
/**
* 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__ . '/' );
}
/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';