Browse Source

Update wp-config.php

pull/1/head
Alexis Gavoty 12 years ago
parent
commit
4a9bea3bb5
  1. 9
      conf/wp-config.php

9
conf/wp-config.php

@ -9,7 +9,14 @@ define('DB_CHARSET', 'utf8');
define('DB_COLLATE', ''); define('DB_COLLATE', '');
// Keys // Keys
KEYSTOCHANGE
define('AUTH_KEY', 'KEY1');
define('SECURE_AUTH_KEY', 'KEY2');
define('LOGGED_IN_KEY', 'KEY3');
define('NONCE_KEY', 'KEY4');
define('AUTH_SALT', 'KEY5');
define('SECURE_AUTH_SALT', 'KEY6');
define('LOGGED_IN_SALT', 'KEY7');
define('NONCE_SALT', 'KEY8');
// Prefix // Prefix
$table_prefix = 'wp_'; $table_prefix = 'wp_';

Loading…
Cancel
Save