Clean up the script.

The original script imported a script that no longer exists (and was not
used anyway). This commit also removes some other content that was also
not actually used by the script.

Change-Id: I1fee4e15563a4467d0f0e4f6e0ef14b69b60bcb0
diff --git a/showMemberLogos.php b/showMemberLogos.php
index b558ee6..4652d2f 100644
--- a/showMemberLogos.php
+++ b/showMemberLogos.php
@@ -9,17 +9,7 @@
  * SPDX-License-Identifier: EPL-2.0
  */
 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 ("_projectCommon.php");
-
-$pageKeywords = "Type, page, keywords, here";
-$pageAuthor = "Type your name here";
-
-require_once ("./lookup_exceptions.php");
 
 $_ORDER = $App->getHTTPParameter('order');
 $types = $App->getHTTPParameter('type');