Changeset 31
- Timestamp:
- Dec 16, 2008, 9:41:08 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-config.php
r27 r31 1 1 <?php 2 2 require dirname( __FILE__ ).'/include/include_xoops_define.php' ; 3 require dirname( __FILE__ ).'/include/set_cash_cookie_path.php' ; 4 require dirname( __FILE__ ).'/include/pluggable-override.php' ; 3 require_once dirname( __FILE__ ).'/include/set_cash_cookie_path.php' ; 4 require_once dirname( __FILE__ ).'/include/pluggable-override.php' ; 5 require_once dirname( __FILE__ ).'/include/custom_functions.php' ; 5 6 6 7 mb_language('Japanese');
Note: See TracChangeset
for help on using the changeset viewer.