Mercurial > SimpleWebPresenter
diff flag.php @ 79:9b490aa11124
Branch merge.
| author | Tom Fredrik "BFG" Klaussen <bfg@blenning.no> |
|---|---|
| date | Fri, 12 Oct 2012 16:47:25 +0200 |
| parents | 7c68015b211a 9d766788f0bc |
| children | 4acaab0b02e2 |
line wrap: on
line diff
--- a/flag.php Fri Oct 12 16:43:26 2012 +0200 +++ b/flag.php Fri Oct 12 16:47:25 2012 +0200 @@ -7,8 +7,10 @@ include_once 'CacheTimeCheck.inc'; +/// @cond $scriptCache = ScriptIncludeCache::instance(__FILE__); $scriptCache->includeOnce('Flag.inc'); $flag = new Flag($scriptCache); -print $flag->genPage(); \ No newline at end of file +$flag->genPage(); +/// @endcond
