blob: 0527813f6167b3a13a021cd0293dca93a1ec6ba0 [file] [log] [blame]
<?php
$PR = "modeling/mddi";
$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", "/mddi/");
$App->Promotion = FALSE; # set true to enable current eclipse.org site-wide promo
?>