XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 9, 2010, 10:47:23 AM (14 years ago)
Author:
toemon
Message:

WordPressMU対応コードの削除 Fixes #294

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/extras/for_wordpressme2011/ja_EUC/wp-config.php

    r355 r531  
    5151define('NONCE_KEY', 'put your unique phrase here'); 
    5252 
    53 if ($xoops_config->is_wpmu){    //for WordPressMU 
    54         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  
    6653/** 
    6754 * WordPress Database Table prefix. 
Note: See TracChangeset for help on using the changeset viewer.