Changeset 531 for trunk/extras/for_wordpressme2011/ja_EUC/wp-config.php
- Timestamp:
- Mar 9, 2010, 10:47:23 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/extras/for_wordpressme2011/ja_EUC/wp-config.php
r355 r531 51 51 define('NONCE_KEY', 'put your unique phrase here'); 52 52 53 if ($xoops_config->is_wpmu){ //for WordPressMU54 define('VHOST', 'no');55 $base = $xoops_config->mu_path_current_site;56 define('DOMAIN_CURRENT_SITE', $xoops_config->mu_domain_current_site );57 define('PATH_CURRENT_SITE', $xoops_config->mu_path_current_site );58 define('SITE_ID_CURRENT_SITE', 1);59 define('BLOGID_CURRENT_SITE', '1' );60 61 define('AUTH_SALT', 'put your unique phrase here');62 define('LOGGED_IN_SALT', 'put your unique phrase here');63 define('SECURE_AUTH_SALT', 'put your unique phrase here');64 }65 66 53 /** 67 54 * WordPress Database Table prefix.
Note: See TracChangeset
for help on using the changeset viewer.