| Server IP : 209.38.54.70 / Your IP : 216.73.216.79 Web Server : LiteSpeed System : Linux srv01 6.1.0-52-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.180-1 (2026-08-03) x86_64 User : mokkerschuur ( 1027) PHP Version : 8.4.23 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/mokkerschuur/public_html/ |
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:
*
* * Database settings
* * Secret keys
* * Database table prefix
* * Localized language
* * ABSPATH
*
* @link https://wordpress.org/support/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', "mokkerschuur_site" );
/** Database username */
define( 'DB_USER', "mokkerschuur_site" );
/** Database password */
define( 'DB_PASSWORD', "aKCBtHces4mJFMKCFNsP" );
/** Database 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', 'ZE2L6i[{W0~0023s4f:/!hAU0$uxW#0lO >,RI:k(o:]Qgu8uCSQQ+Q)gwCZP=Hq' );
define( 'SECURE_AUTH_KEY', '7yt}J[6bJS(oC.Gx}Qdy(>S0|K+X$}UhNdXQC8;}^$l}&H{iI?J,NWc4)fwwGO3O' );
define( 'LOGGED_IN_KEY', 'j Jv;LLO2]Q8)4o4q7d=dY?8D<$1|90z;4sxW-:X&RehmTJA:F~ayLy_H>6`%*1@' );
define( 'NONCE_KEY', 'zrG_kE_R^R5~LEd/.,4{H20v]rh.M,k*wZUZ&OrMssGTTdcHCn{m$A$y?`r$q#;r' );
define( 'AUTH_SALT', 'XM7f3zEA|Djz{j.Q<;:@8~iY1n8GC#jM3[z%pD1?Hwqb_u(4.Gh`O D*@5*-$FI~' );
define( 'SECURE_AUTH_SALT', 'V939ou+,{CE[&7|k|nFw6k_Y}r*KcFT/2 *9WH@eWmR-M[<DZWr6uD`}YSAp2DJl' );
define( 'LOGGED_IN_SALT', '8p.te1S,^z+)}.q;,T/0_QhWZI8|`laJ46j/CJ/UfGmw<esIKUmbEoy-tiu[.I)d' );
define( 'NONCE_SALT', '.{e88I%iW;P6Z:-AR2@j5)mXYROg<k^wsSg7@[hNF:%F){p3}ivb$E[$n^M>I8fJ' );
define( 'WP_CACHE_KEY_SALT', '}mdw!_p+hOS0Yk,v,uM$zU^ YX-[k0O$r.`k*x.tVSq]flKi{b*08Jb9X=f3Sr&.' );
/**#@-*/
/**
* 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/support/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', true );
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
/* Add any custom values between this line and the "stop editing" line. */
define( 'FS_METHOD', 'direct' );
define( 'WP_AUTO_UPDATE_CORE', 'minor' );
/* That's all, stop editing! Happy publishing. */
/** 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';