Changeset 18
- Timestamp:
- Dec 7, 2008, 11:47:46 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 3 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/include_xoops_define.php
r17 r18 41 41 include_once dirname( __FILE__ ).'/../../../mainfile.php'; 42 42 } 43 if (!defined("XOOPS_UPLOAD_PATH")) 44 define("XOOPS_UPLOAD_PATH", XOOPS_ROOT_PATH."/uploads"); 45 if (!defined("XOOPS_UPLOAD_URL")) 46 define("XOOPS_UPLOAD_URL", XOOPS_URL."/uploads"); 43 47 } else { 44 48 // index page is load xoops -
trunk/wp-config.php
r17 r18 38 38 define('ABSPATH', dirname(__FILE__).'/'); 39 39 40 require dirname( __FILE__ ).'/include/xpress_action_filter.php' ;41 42 43 40 require_once(ABSPATH.'wp-settings.php'); 44 45 41 if (is_root_index_page_call()){ 46 42 // The return to wp-blog-header.php is stolen here -
trunk/xoops_version.php
r14 r18 35 35 $modversion['author'] = "toemon (http://www.toemon.com)"; 36 36 $modversion['license'] = "GPL see LICENSE"; 37 $modversion['official'] = 0;37 $modversion['official'] = r18 ; 38 38 $modversion['image'] = 'module_icon.php' ; 39 39 $modversion['dirname'] = $mydirname;
Note: See TracChangeset
for help on using the changeset viewer.