View difference between Paste ID: PMteLj5W and FYcydnNK
SHOW: | | - or go back to the newest paste.
1
/**#@+
2
 * Authentication Unique Keys and Salts.
3
 *
4
 * Change these to different unique phrases!
5
 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
6
 * 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.
7
 *
8
 * @since 2.6.0
9
 */
10
define('AUTH_KEY',         'cue5mergbj6vtcyxucvfbmoaisz79yqkrf5o2yoz89xd0tjohjsub4n2c54dyemb');
11
define('SECURE_AUTH_KEY',  'rvchl7266xvloe5z1z4hckd9izffsjjikeetlca5phr4nlmeqgbtrnjox2dtk2mp');
12
define('LOGGED_IN_KEY',    'x8xlym9ax3cfiirq0mbtg357h5ehsiwxihp47yc65rci4dtau7yur9yasbovbupt');
13
define('NONCE_KEY',        'p5rcr0ivafhzoj5cv6v82wgp9rp7uzbioprzq3kfij3xbfd2gn2ekm4h3asfrzjk');
14
define('AUTH_SALT',        'h9gx0cppsb8se1o6zgggeo1ldfljttx2vbg7qdmuahk4lkaqz8l69unljnpvukjs');
15
define('SECURE_AUTH_SALT', 'ifkachvjtytev66vydnqjmozhzblxebsgbtfrhslgjqoidue39plt64hecniioae');
16
define('LOGGED_IN_SALT',   'mpafzgqyushyrattd9yektwt96ghnhq2z1r2apuhp2lsakyprrff7il2xovwhoez');
17
define('NONCE_SALT',       'jdxxdgbgx1zzn0yq1tropwlzvytykmkpbr306mljx60sbl4lpk2fusotejimenai');
18
19
/**#@-*/
20
21
/**
22
 * WordPress Database Table prefix.
23
 *
24
 * You can have multiple installations in one database if you give each a unique
25
 * prefix. Only numbers, letters, and underscores please!
26
 */
27
$table_prefix  = 'p6x_';
28
29
/**
30
 * WordPress Localized Language, defaults to English.
31
 *
32
 * Change this to localize WordPress. A corresponding MO file for the chosen
33
 * language must be installed to wp-content/languages. For example, install
34
 * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German
35
 * language support.
36
 */
37
define('WPLANG', '');
38
39
/**
40
 * For developers: WordPress debugging mode.
41
 *
42
 * Change this to true to enable the display of notices during development.
43
 * It is strongly recommended that plugin and theme developers use WP_DEBUG
44
 * in their development environments.
45
 */
46
define('WP_DEBUG', false);
47
define('WP_ALLOW_MULTISITE', true);
48
define('MULTISITE', true);
49
define('SUBDOMAIN_INSTALL', true);
50
define('DOMAIN_CURRENT_SITE', 'webstudio503.com');
51
define('PATH_CURRENT_SITE', '/');
52
define('SITE_ID_CURRENT_SITE', 1);
53
define('BLOG_ID_CURRENT_SITE', 1);
54
55
define( 'SUNRISE', 'on' );
56
57
58
define( 'WP_AUTO_UPDATE_CORE', false );
59
/* That's all, stop editing! Happy blogging. */
60
61
62
/** Absolute path to the WordPress directory. */
63
if ( !defined('ABSPATH') )
64
	define('ABSPATH', dirname(__FILE__) . '/');
65-
require_once(ABSPATH . 'wp-settings.php');
65+
66-
define( 'WP_AUTO_UPDATE_CORE', false );
66+
67
68
require_once(ABSPATH . 'wp-settings.php');