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_UTF/wp-config.php

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