Changeset 2948:6f99b0da6e95
- Timestamp:
- 01/31/15 12:06:40 (11 years ago)
- Branch:
- default
- File:
- 
          - 1 edited
 
 - 
          inc/load_plugin_file.php (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        inc/load_plugin_file.phpr2804 r2948 88 88 } 89 89 90 http::$cache_max_age = 7 200;90 http::$cache_max_age = 7 * 24 * 60 * 60; // One week cache for plugin's files served by ?pf=… is better than old 2 hours 91 91 http::cache(array_merge(array($PF),get_included_files())); 92 92 
Note: See TracChangeset
          for help on using the changeset viewer.
      