source:
trunk/xpressme_integration_kit/include/add_xpress_config.php
@
537
Last change on this file since 537 was 491, checked in by toemon, 15 years ago | |
---|---|
File size: 297 bytes |
Line | |
---|---|
1 | <?php |
2 | require_once dirname( __FILE__ ).'/xpress_debug_log.php' ; |
3 | require_once dirname(dirname( __FILE__ )).'/class/config_from_xoops.class.php' ; |
4 | $xoops_config = new ConfigFromXoops; |
5 | $xoops_config->xpress_set_memory_limmit(); |
6 | require_once dirname( __FILE__ ).'/set_cash_cookie_path.php' ; |
7 | ?> |
Note: See TracBrowser
for help on using the repository browser.