Changeset 1280:d9627cb1cb02 for inc/load_plugin_file.php
- Timestamp:
- 08/06/13 10:03:57 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/load_plugin_file.php
r1241 r1280 86 86 } 87 87 88 http::$cache_max_age = (!defined('DC_CACHE_MAX_AGE') ? 604800 : DC_CACHE_MAX_AGE);88 http::$cache_max_age = 7200; 89 89 http::cache(array_merge(array($PF),get_included_files())); 90 90
Note: See TracChangeset
for help on using the changeset viewer.