Changeset 1241:6349057661d5 for inc/load_plugin_file.php
- Timestamp:
- 07/29/13 14:54:58 (12 years ago)
- Branch:
- 2.5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/load_plugin_file.php
r1179 r1241 86 86 } 87 87 88 http::$cache_max_age = 7200;88 http::$cache_max_age = (!defined('DC_CACHE_MAX_AGE') ? 604800 : DC_CACHE_MAX_AGE); 89 89 http::cache(array_merge(array($PF),get_included_files())); 90 90
Note: See TracChangeset
for help on using the changeset viewer.