comparison flag.php @ 51:2cfea6e84694

Documentation update.
author Tom Fredrik Blenning Klaussen <bfg@blenning.no>
date Thu, 11 Oct 2012 00:06:26 +0200
parents bd82b719a0de
children 88482c6636c4
comparison
equal deleted inserted replaced
50:2d0cda52f43f 51:2cfea6e84694
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__);