Revert "534384: The General Data Protection Regulation (GDPR) at the Eclipse Foundation"

This reverts commit c0b21a7bea688082a8a011be62702297d4b4e05d.
diff --git a/index.php b/index.php
index 5484022..7c9d8c0 100644
--- a/index.php
+++ b/index.php
@@ -1,16 +1,12 @@
 <?php  																														
-	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	
-	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	
-	require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	
-
-	include($App->getProjectCommon());
-	include("script/rss2html.php");
-	include("script/rss2html_blog.php");
+require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/app.class.php");	
+require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/nav.class.php"); 	
+require_once($_SERVER['DOCUMENT_ROOT'] . "/eclipse.org-common/system/menu.class.php"); 	
+$App 	= new App();	$Nav	= new Nav();	$Menu 	= new Menu();		
+include($App->getProjectCommon());
+include("script/rss2html.php");
+include("script/rss2html_blog.php");
 	
-	$App 	= new App();
-	$Nav	= new Nav();
-	$Menu 	= new Menu();		
-
 	$html = file_get_contents('_index.html');
 
 	# Generate the web page