Last change
on this file since 438 was
355,
checked in by toemon, 15 years ago
|
今後の変更にる各言語用のwp-config.phpへの影響を最小限に抑えるため、、wp-config.phpを極力変更しない構成にする。 fixes #196
|
File size:
253 bytes
|
Line | |
---|
1 | <?php
|
---|
2 | require_once dirname( __FILE__ ).'/xpress_debug_log.php' ;
|
---|
3 | require_once dirname(dirname( __FILE__ )).'/class/config_from_xoops.class.php' ;
|
---|
4 | $xoops_config = new ConfigFromXoops;
|
---|
5 | require_once dirname( __FILE__ ).'/set_cash_cookie_path.php' ;
|
---|
6 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.