blob: 6bc702a17c1235e9938d866f57a1fda5a79b6eb0 [file] [log] [blame]
<?php
$PR = "modeling";
$isBuildServer = (preg_match("/^(emft|build)\.eclipse\.org$/", $_SERVER["SERVER_NAME"]));
$isBuildDotEclipseServer = $_SERVER["SERVER_NAME"] == "build.eclipse.org";
$isWWWserver = (preg_match("/^(?:www.|)eclipse.org$/", $_SERVER["SERVER_NAME"]));
$isEclipseCluster = (preg_match("/^(?:www.||download.|download1.|build.)eclipse.org$/", $_SERVER["SERVER_NAME"]));
$writableBuildRoot = $isBuildDotEclipseServer ? "/opt/public/modeling" : "/home/www-data";
include_once $_SERVER["DOCUMENT_ROOT"] . "/modeling/includes/scripts.php";
$Nav->addNavSeparator("Project Home", "");
$App->Promotion = FALSE; # set true to enable current eclipse.org site-wide promo
?>