Changeset 17152 for branches/comu-ver2/data/include/module.inc
- Timestamp:
- 2008/03/13 18:21:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/include/module.inc
r17139 r17152 22 22 */ 23 23 24 if (!defined('ECCUBE_INSTALL')) { 24 if (!defined('ECCUBE_INSTALL') 25 || preg_match('|install/index.php|', $_SERVER['PHP_SELF'])) { 26 25 27 return; 26 28 }
Note: See TracChangeset
for help on using the changeset viewer.