view ScriptIncludeCache.inc @ 73:947d53f95ccd

Refactor Sitemap into a separate class. Catch all exceptions in index.php and send a 500 error if nothing else catches it. Check response status before submitting to sitemap.
author Tom Fredrik "BFG" Klaussen <bfg@blenning.no>
date Fri, 12 Oct 2012 01:06:32 +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';
?>