Changeset 66 for trunk/include
- Timestamp:
- Jan 27, 2009, 7:55:25 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/include_xoops_define.php
r62 r66 19 19 */ 20 20 21 function is_ root_index_page_call(){21 function is_xpress_index_page_call(){ 22 22 $xpress_root_index = basename(dirname(dirname( __FILE__ ))) . '/index.php'; 23 23 $php_script_name = $_SERVER['SCRIPT_NAME'];
Note: See TracChangeset
for help on using the changeset viewer.