diff flag.php @ 78:7c68015b211a

Common source for all page generators. Support for compressed output.
author Tom Fredrik "BFG" Klaussen <bfg@blenning.no>
date Fri, 12 Oct 2012 16:43:26 +0200
parents fae4322d6c29
children 9b490aa11124
line wrap: on
line diff
--- a/flag.php	Fri Oct 12 01:54:51 2012 +0200
+++ b/flag.php	Fri Oct 12 16:43:26 2012 +0200
@@ -11,4 +11,4 @@
 $scriptCache->includeOnce('Flag.inc');
 
 $flag = new Flag($scriptCache);
-print $flag->getPage();
\ No newline at end of file
+print $flag->genPage();
\ No newline at end of file