- Timestamp:
- May 23, 2011, 3:03:57 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Ver3.0/xpressme_integration_kit/include/request_url.php
r232 r757 13 13 */ 14 14 function check_page_call($check_file =''){ 15 global $ xoops_config; // not object at install15 global $modInfo; // not object at install 16 16 if (empty($check_file)) return false; 17 17 $xpress_page = basename(dirname(dirname(__FILE__))) . '/' . $check_file;
Note: See TracChangeset
for help on using the changeset viewer.