diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ScriptIncludeCache.inc.php	Sun Jan 22 19:22:00 2023 +0100
@@ -0,0 +1,9 @@
+<?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';
+?>
\ No newline at end of file