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