Mercurial > SimpleWebPresenter
view ScriptIncludeCache.inc @ 86:b9654b9c4a66
Make headers a part of the content, rather than setting them directly.
| author | Tom Fredrik "BFG" Klaussen <bfg@blenning.no> |
|---|---|
| date | Mon, 15 Oct 2012 18:32:56 +0200 |
| 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'; ?>
