blob: bd28a73d15909c2c0c497624d181151e8569b3fd [file] [log] [blame]
<?php
// This file is copied to https://download.eclipse.org/justj/index.php.
$test = '.test';
$test = '';
$query = $_SERVER['QUERY_STRING'];
if ($query != "") {
$all = "true";
} else {
header("Location: www$test/download.eclipse.org.php");
exit;
}
$prefix = "www$test/";
$pageTitle = "Downloads";
$serverName = $_SERVER['SERVER_NAME'];
$baseURL = "//$serverName/justj/?file=";
include("www$test/download.eclipse.org.php");
?>