Mercurial > SimpleWebPresenter
view flag.php @ 80:88904282b888
Documentation fixes.
| author | Tom Fredrik Blenning Klaussen <bfg@blenning.no> |
|---|---|
| date | Fri, 12 Oct 2012 16:59:19 +0200 |
| parents | 9b490aa11124 |
| children | 4acaab0b02e2 |
line wrap: on
line source
<?php /** * @file * Displays a flag, in an active or disabled state, depending on parameters */ define(DEBUG,0); include_once 'CacheTimeCheck.inc'; /// @cond $scriptCache = ScriptIncludeCache::instance(__FILE__); $scriptCache->includeOnce('Flag.inc'); $flag = new Flag($scriptCache); $flag->genPage(); /// @endcond
