| Server IP : 185.21.40.28 / Your IP : 216.73.216.64 Web Server : LiteSpeed System : Linux vm1413.enterprisecloud.nu 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64 User : nordisk-netvaerk-neuro_s2rzzojuo ( 10433) PHP Version : 8.3.32 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/nordisk-netvaerk-neurorehab.com/httpdocs/ |
Upload File : |
<?php
//Begin Really Simple Security session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple Security cookie settings
//Begin Really Simple Security key
define('RSSSL_KEY', '824VZKN0kXnxbeJslZAKwtrZ1GOQL5q6eVdms0KRbNS0egnzYoo1vat77F5nvqXB');
//END Really Simple Security key
// Added by WP Rocket
/**
* 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:
*
* * MySQL settings
* * Secret keys
* * Database table prefix
* * ABSPATH
*
* @link https://codex.wordpress.org/Editing_wp-config.php
*
* @package WordPress
*/
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', "admin_nordisknetvaerkneurorehabcom");
/** MySQL database username */
define('DB_USER', "adminnordisknetvaerkneurorehabcom");
/** MySQL database password */
define('DB_PASSWORD', "PxHy^8t6Dub3_bwu");
/** MySQL 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', '' );
/** Memory Limit*/
define( 'WP_MEMORY_LIMIT', '1024M' );
/** Imagify API nøgle*/
define ('IMAGIFY_API_KEY', '3f75e3f8e666819fff540c64b70ddeb2d3fb0ec2');
/**#@+
* 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', 'AN53%5#BA/uVpljqf*k>kc(# 3,{x}Ef`UYO{;4G7F~/LFqP)|p19e0?1o]0)i)K' );
define( 'SECURE_AUTH_KEY', ',c7(:26Hf6!PaG;JW#eN4zL&>QhuvoOc9uD<v]TR$s3=3aQp}M#r<}<BGbG@P !m' );
define( 'LOGGED_IN_KEY', 'sD>Yen/HYD=g4m-735l<Nwq`{O/I=aey0w+(!@or!o)&$o27FOt2TX<mrU@g%o5?' );
define( 'NONCE_KEY', '8$[R&nm58o2ze;P0Ch5$2ggCV?qPgS$DWCeKxs}qmi_ :Cu4rt-y[7Q1?x6TeO;F' );
define( 'AUTH_SALT', '}j:Nla4}g2m#Q7K*Ndfcj;oE&>B{Lq1S6_j38j$Mj3>*G){(D}{UXpzQV~NX<>K*' );
define( 'SECURE_AUTH_SALT', 'YzK6<lHwiV?~8O4xOa`6BQc/SbJtdd;IY%L3B:$ERw1380_`h[+fK]^L4rR(YY^=' );
define( 'LOGGED_IN_SALT', ';XFJ_Hr<Gg00`po7$qlSb[T/NY@&Ze-*9<pzik>EzD(lD!6@SahBS;PBe-.~M<F3' );
define( 'NONCE_SALT', 'V[!-`!&]6>}10Az$7 R%s(^,A:diD>}4/;4u*(1c7uttxhkFT&:%jW+FC~;L-bb5' );
/**#@-*/
/**
* 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 Codex.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
*/
define( 'WP_DEBUG', false );
define( 'WP_AUTO_UPDATE_CORE', false );
define( 'WP_SITEURL', 'https://nordisk-netvaerk-neurorehab.com' );
define( 'WP_POST_REVISIONS', 20 );
/* 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' );