XPressME Integration Kit

Trac

Changeset 66 for trunk/include


Ignore:
Timestamp:
Jan 27, 2009, 7:55:25 AM (15 years ago)
Author:
toemon
Message:

is_root_index_page_call()からis_xpress_index_page_call()への名前変更(気まぐれ?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/include_xoops_define.php

    r62 r66  
    1919 */ 
    2020 
    21 function is_root_index_page_call(){ 
     21function is_xpress_index_page_call(){ 
    2222        $xpress_root_index = basename(dirname(dirname( __FILE__ ))) . '/index.php'; 
    2323        $php_script_name = $_SERVER['SCRIPT_NAME']; 
Note: See TracChangeset for help on using the changeset viewer.