Mercurial > SimpleWebPresenter
view ScriptIncludeCache.inc @ 110:6f5939bf53c3
Set flag cache expiry time to today + 30 days
| author | Tom Fredrik "BFG" Klaussen <bfg@blenning.no> |
|---|---|
| date | Tue, 08 Mar 2016 00:43:48 +0100 |
| parents | dd4ddedca4c5 |
| children |
line wrap: on
line source
<?php /** * @file * * Since ScriptIncludeCache is defined in FileCacheSet.inc, we simply * include it here to provide a common class include interface */ include_once 'FileCacheSet.inc'; ?>
