comparison flag.php @ 53:2e6ba7259281

Merge
author Tom Fredrik "BFG" Klaussen <bfg@blenning.no>
date Thu, 11 Oct 2012 00:54:54 +0200
parents 2cfea6e84694
children 88482c6636c4
comparison
equal deleted inserted replaced
52:3898353ed1d8 53:2e6ba7259281
1 <?php 1 <?php
2 /**
3 * @file
4 * Displays a flag, in an active or disabled state, depending on parameters
5 */
2 define(DEBUG,0); 6 define(DEBUG,0);
3 7
4 include_once 'CacheTimeCheck.inc'; 8 include_once 'CacheTimeCheck.inc';
5 9
6 $cache = CacheTimeCheck::instance(__FILE__); 10 $cache = CacheTimeCheck::instance(__FILE__);