Mercurial > SimpleWebPresenter
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 78:7c68015b211a | 79:9b490aa11124 |
|---|---|
| 5 */ | 5 */ |
| 6 define(DEBUG,0); | 6 define(DEBUG,0); |
| 7 | 7 |
| 8 include_once 'CacheTimeCheck.inc'; | 8 include_once 'CacheTimeCheck.inc'; |
| 9 | 9 |
| 10 /// @cond | |
| 10 $scriptCache = ScriptIncludeCache::instance(__FILE__); | 11 $scriptCache = ScriptIncludeCache::instance(__FILE__); |
| 11 $scriptCache->includeOnce('Flag.inc'); | 12 $scriptCache->includeOnce('Flag.inc'); |
| 12 | 13 |
| 13 $flag = new Flag($scriptCache); | 14 $flag = new Flag($scriptCache); |
| 14 print $flag->genPage(); | 15 $flag->genPage(); |
| 16 /// @endcond |
