view ScriptIncludeCache.inc @ 87:0add7b7f1505

Make log a part of the html output.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Mon, 15 Oct 2012 18:35:54 +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';
?>