Removing Promotin for Galileo
diff --git a/index.php b/index.php index 8b0e5e1..caac73f 100644 --- a/index.php +++ b/index.php
@@ -73,7 +73,7 @@ $html = ob_get_clean(); $html = mb_convert_encoding($html, "HTML-ENTITIES", "auto"); # Generate the web page - $App->Promotion = TRUE; + $App->Promotion = FALSE; $App->generatePage("Nova", $Menu, NULL, $pageAuthor, $pageKeywords, $pageTitle, $html); ?>