comparison 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
comparison
equal deleted inserted replaced
133:00255ca89459 134:b6b4a58c7625
1 <?php
2 /**
3 * @file
4 *
5 * Since ScriptIncludeCache is defined in FileCacheSet.inc.php, we simply
6 * include it here to provide a common class include interface
7 */
8 include_once 'FileCacheSet.inc.php';
9 ?>