????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.216.61 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/www.astacus.se/wp-includes/ |
Upload File : |
<?php
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, WordPress Language, and ABSPATH. You can find more information
* by visiting {@link http://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
*/
define( 'WP_ALLOW_MULTISITE', true );
//define('WP_CACHE', true); //Added by WP-Cache Manager
// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'astacus_web2017');
/** MySQL database username */
define('DB_USER', 'astacus');
/** MySQL database password */
define('DB_PASSWORD', 'Astacus2016!');
/** 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', '');
define('AUTH_KEY', 'LAAZrJzsUdF75DCmY4KoQm9It7zwAr2ImpgsYVtyVa2ZgovTja0lykzwNLfs');
define('SECURE_AUTH_KEY', '2EQz1EIIOhOGMht2BzXT1GBtNyOxzFPAkF33l1kFklyjRaCWndgQ9yXiUrTe');
define('LOGGED_IN_KEY', 'cD9XguBl8cT1fbeCFcCY_GRvUyNLAOznIYXsB6Ndr9fQCoQ_F_CPgdOnsJqb');
define('NONCE_KEY', 'WvlJCFCG7EQQHTXiouPUN5rhW3bcRU9GqE42CKsGguy4eLUvy5Iq1bbD9bw2');
define('AUTH_SALT', 'RD3NxN8LG8fQ25evVf0pPgK5tRdK5TZpQ6UBlLcTZElLsPQU55S2MT_GWI81');
define('SECURE_AUTH_SALT', 'qOR6BuziJnHzdz3XoXgeF2BzIZv_xT148HCNhrpSASwLMnrSRZVlD0tSV9wu');
define('LOGGED_IN_SALT', 'WeFZZYfx5OawDbONaZyzyyq_CKCNA2cJVP_KNDl9at2_dWQSB90KcFAmLSYX');
define('NONCE_SALT', 'aOmrblhRkdd6sH0sJjQwzpXnTjAQPxSmpGd2FKzeR40Hmgoa0y_3xgyP8Cfu');
$table_prefix = 'wp_kundzonen_se_';
define( 'WP_AUTO_UPDATE_CORE', true );
define('WP_DEBUG', false);
define ('WPLANG', 'sv_SE');
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', true);
define('DOMAIN_CURRENT_SITE', 'astacus.kundzonen.se');
define('PATH_CURRENT_SITE', '/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
define('RELOCATE',true);
define('WP_HOME','http://www.astacus.se');
define('WP_SITEURL','http://www.astacus.se');
/* 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');