comparison common-functions.inc @ 53:2e6ba7259281

Merge
author Tom Fredrik "BFG" Klaussen <bfg@blenning.no>
date Thu, 11 Oct 2012 00:54:54 +0200
parents 3898353ed1d8 2cfea6e84694
children ba5afd9ff24e
comparison
equal deleted inserted replaced
52:3898353ed1d8 53:2e6ba7259281
1 <?php 1 <?php
2 /**
3 * @file
4 * Functionality which doesn't belong anywhere else
5 */
2 include_once 'CacheTimeCheck.inc'; 6 include_once 'CacheTimeCheck.inc';
3 7
4 $baseDir = dirname(__FILE__); 8 $baseDir = dirname(__FILE__);
5 9
6 $cache = CacheTimeCheck::instance(__FILE__); 10 $cache = CacheTimeCheck::instance(__FILE__);