Mercurial > SimpleWebPresenter
view ScriptIncludeCache.inc.php @ 134:b6b4a58c7625
Using .inc.php rather than just .inc for include files.
| author | Tom Fredrik Blenning <bfg@bfgconsult.no> |
|---|---|
| date | Sun, 22 Jan 2023 19:22:00 +0100 |
| parents | ScriptIncludeCache.inc@dd4ddedca4c5 |
| children |
line wrap: on
line source
<?php /** * @file * * Since ScriptIncludeCache is defined in FileCacheSet.inc.php, we simply * include it here to provide a common class include interface */ include_once 'FileCacheSet.inc.php'; ?>
