Bug 562908 - Populate the JustJ Git clones with initial content

Fix broken favicon for general browser.
diff --git a/download.eclipse.org.php b/download.eclipse.org.php
index 1f44955..c88e080 100644
--- a/download.eclipse.org.php
+++ b/download.eclipse.org.php
@@ -80,7 +80,7 @@
 
 // Insert extra html before closing </head> tag.
 // Use our own favicon
-$App->AddExtraHtmlHeader('<link rel="shortcut icon" href="justj_favicon.ico"/>');
+$App->AddExtraHtmlHeader('<link rel="shortcut icon" href="' . $prefix . 'justj_favicon.ico"/>');
 
 $style = <<<EOSTYLE